mksh R22d

This commit is contained in:
tg
2005-06-05 16:38:20 +00:00
parent 0ee7babfdf
commit 0df992276b
4 changed files with 14 additions and 14 deletions

8
main.c
View File

@ -1,4 +1,4 @@
/** $MirOS: src/bin/mksh/main.c,v 1.9 2005/05/28 21:02:02 tg Exp $ */
/** $MirOS: src/bin/mksh/main.c,v 1.10 2005/06/05 16:38:20 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 $ */
@ -13,7 +13,9 @@
#include <time.h>
#endif
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.9 2005/05/28 21:02:02 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.10 2005/06/05 16:38:20 tg Exp $");
const char ksh_version[] = "@(#)MIRBSD KSH R22 2005/06/05";
extern char **environ;
@ -21,8 +23,6 @@ static void reclaim(void);
static void remove_temps(struct temp *tp);
static int is_restricted(char *name);
const char ksh_version[] = "@(#)MIRBSD KSH R22 2005/05/28";
static const char initifs[] = "IFS= \t\n";
static const char initsubs[] = "${PS2=> } ${PS3=#? } ${PS4=+ }";