* TNF needs more to silence char subscript warnings (on 3.0-stable)

* bump vsn
This commit is contained in:
tg
2006-07-11 14:51:01 +00:00
parent f54064509e
commit 64598758fb
4 changed files with 14 additions and 14 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.40 2006/07/03 12:16:30 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.41 2006/07/11 14:51:01 tg Exp $");
#define MKSH_VERSION "@(#)MIRBSD KSH R27 2006/07/03"
#define MKSH_VERSION "@(#)MIRBSD KSH R27 2006/07/11"
extern char **environ;