sh.h can provide its rcsid itself, no need for that ugly hack

This commit is contained in:
tg
2008-04-22 18:57:26 +00:00
parent e57f5fc09b
commit a3dab099d9
2 changed files with 6 additions and 5 deletions

3
misc.c
View File

@ -6,8 +6,7 @@
#include <grp.h>
#endif
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.75 2008/04/19 22:15:03 tg Exp $\t"
MKSH_SH_H_ID);
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.76 2008/04/22 18:57:26 tg Exp $");
#undef USE_CHVT
#if defined(TIOCSCTTY) && !defined(MKSH_SMALL)