diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/private.h | 10 | ||||
-rw-r--r-- | time/zdump.c | 10 | ||||
-rw-r--r-- | time/zic.c | 2 |
3 files changed, 19 insertions, 3 deletions
diff --git a/time/private.h b/time/private.h index 6ab33c0d31..de7039539d 100644 --- a/time/private.h +++ b/time/private.h @@ -16,7 +16,7 @@ #ifndef lint #ifndef NOID -static char privatehid[] = "@(#)private.h 7.39"; +static char privatehid[] = "@(#)private.h 7.40"; #endif /* !defined NOID */ #endif /* !defined lint */ @@ -202,6 +202,14 @@ extern int unlink P((const char * filename)); #endif /* !defined INITIALIZE */ /* +** For the benefit of GNU folk... +*/ + +#ifndef _ +#define _(x) x +#endif /* !defined _ */ + +/* ** UNIX was a registered trademark of UNIX System Laboratories in 1993. */ diff --git a/time/zdump.c b/time/zdump.c index 8aa7de069b..5169c20299 100644 --- a/time/zdump.c +++ b/time/zdump.c @@ -1,6 +1,6 @@ #ifndef lint #ifndef NOID -static char elsieid[] = "@(#)zdump.c 7.20"; +static char elsieid[] = "@(#)zdump.c 7.22"; #endif /* !defined NOID */ #endif /* !defined lint */ @@ -88,6 +88,14 @@ static char elsieid[] = "@(#)zdump.c 7.20"; #endif /* !defined GNUC_or_lint */ #endif /* !defined INITIALIZE */ +/* +** For the benefit of GNU folk... +*/ + +#ifndef _ +#define _(x) x +#endif /* !defined _ */ + extern char ** environ; extern int getopt(); extern char * optarg; diff --git a/time/zic.c b/time/zic.c index 09e73c9060..c0ce5be138 100644 --- a/time/zic.c +++ b/time/zic.c @@ -1,6 +1,6 @@ #ifndef lint #ifndef NOID -static char elsieid[] = "@(#)zic.c 7.59"; +static char elsieid[] = "@(#)zic.c 7.60"; #endif /* !defined NOID */ #endif /* !defined lint */ |