diff --git a/misc.c b/misc.c index 17cd235..b92c84f 100644 --- a/misc.c +++ b/misc.c @@ -6,8 +6,7 @@ #include #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) diff --git a/sh.h b/sh.h index ae5b606..9028245 100644 --- a/sh.h +++ b/sh.h @@ -8,9 +8,6 @@ /* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */ /* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */ -#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.210 2008/04/20 01:41:57 tg Exp $" -#define MKSH_VERSION "R33 2008/04/20" - #if HAVE_SYS_PARAM_H #include #endif @@ -98,6 +95,11 @@ #define __RCSID(x) __IDSTRING(rcsid,x) #define __SCCSID(x) __IDSTRING(sccsid,x) +#ifdef EXTERN +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.211 2008/04/22 18:57:25 tg Exp $"); +#endif +#define MKSH_VERSION "R33 2008/04/20" + #ifndef MKSH_INCLUDES_ONLY /* extra types */