This commit is contained in:
tg
2006-07-23 14:35:44 +00:00
parent afcbdad1c5
commit 80c579a758
3 changed files with 6 additions and 6 deletions

4
main.c
View File

@@ -6,9 +6,9 @@
#define EXTERN /* define EXTERNs in sh.h */
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.41 2006/07/11 14:51:01 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.42 2006/07/23 14:35:44 tg Exp $");
#define MKSH_VERSION "@(#)MIRBSD KSH R27 2006/07/11"
#define MKSH_VERSION "@(#)MIRBSD KSH R27 2006/07/23"
extern char **environ;