diff options
Diffstat (limited to 'lib/libc/time/asctime.c')
-rw-r--r-- | lib/libc/time/asctime.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libc/time/asctime.c b/lib/libc/time/asctime.c index e31c6148584..690430a94b1 100644 --- a/lib/libc/time/asctime.c +++ b/lib/libc/time/asctime.c @@ -3,12 +3,9 @@ ** 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov). */ -#if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char elsieid[] = "@(#)asctime.c 7.8"; -#else -static char rcsid[] = "$OpenBSD: asctime.c,v 1.3 1997/01/14 03:16:42 millert Exp $"; -#endif +#if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) +static char elsieid[] = "@(#)asctime.c 7.8"; +static char rcsid[] = "$OpenBSD: asctime.c,v 1.4 1998/01/18 23:24:50 millert Exp $"; #endif /* LIBC_SCCS and not lint */ /*LINTLIBRARY*/ |