* only have one $MirOS RCS ID per file to shrink source size

(this is an exception from normal use)
* bump to R26
This commit is contained in:
tg
2005-11-22 18:40:44 +00:00
parent f38d8299f9
commit 95cfad6339
17 changed files with 21 additions and 34 deletions

5
main.c
View File

@@ -1,4 +1,3 @@
/** $MirOS: src/bin/mksh/main.c,v 1.30 2005/10/25 21:11:26 tg Exp $ */
/* $OpenBSD: main.c,v 1.38 2005/03/30 17:16:37 deraadt Exp $ */
/* $OpenBSD: tty.c,v 1.8 2005/03/30 17:16:37 deraadt Exp $ */
/* $OpenBSD: io.c,v 1.21 2005/03/30 17:16:37 deraadt Exp $ */
@@ -7,9 +6,9 @@
#define EXTERN /* define EXTERNs in sh.h */
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.30 2005/10/25 21:11:26 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.31 2005/11/22 18:40:43 tg Exp $");
#define MKSH_VERSION "@(#)MIRBSD KSH R25 2005/10/25"
#define MKSH_VERSION "@(#)MIRBSD KSH R26 2005/11/22"
extern char **environ;