diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-10-19 05:01:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-10-19 05:01:02 +0000 |
commit | c56820c826d9fae4b21cc571378305708aa3dab0 (patch) | |
tree | 7fe046ebdb726dda64b03a39222ec6a7ac3e4a29 /lib | |
parent | 38db666e4fc86e610347ba635f11ed73d261a112 (diff) |
did not compile, sigh
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/time/zdump.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/time/zdump.c b/lib/libc/time/zdump.c index df9669979a9..77ba168f464 100644 --- a/lib/libc/time/zdump.c +++ b/lib/libc/time/zdump.c @@ -5,8 +5,9 @@ #if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) static char elsieid[] = "@(#)zdump.c 7.31"; -static char rcsid[] = "$OpenBSD: zdump.c,v 1.14 2004/10/18 22:33:43 millert Exp $"; +static char rcsid[] = "$OpenBSD: zdump.c,v 1.15 2004/10/19 05:01:01 deraadt Exp $"; static char elsieid[] = "@(#)zdump.c 7.40"; +#endif /* LIBC_SCCS and not lint */ /* ** This code has been made independent of the rest of the time |