diff options
Diffstat (limited to 'lib/libc/time/zdump.c')
-rw-r--r-- | lib/libc/time/zdump.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libc/time/zdump.c b/lib/libc/time/zdump.c index d8a791c007f..0f034b74d98 100644 --- a/lib/libc/time/zdump.c +++ b/lib/libc/time/zdump.c @@ -1,10 +1,6 @@ -/* $NetBSD: zdump.c,v 1.2 1995/03/10 18:12:43 jtc Exp $ */ - -#ifndef lint -#ifndef NOID -static char elsieid[] = "@(#)zdump.c 7.20"; -#endif /* !defined NOID */ -#endif /* !defined lint */ +#if defined(LIBC_SCCS) && !defined(lint) +static char rcsid[] = "$OpenBSD: zdump.c,v 1.2 1996/08/19 08:34:55 tholo Exp $"; +#endif /* LIBC_SCCS and not lint */ /* ** This code has been made independent of the rest of the time |