diff options
author | 2004-10-19 05:01:01 +0000 | |
---|---|---|
committer | 2004-10-19 05:01:01 +0000 | |
commit | 65853f22d84d90bcfad5bfda3c6458c33641911d (patch) | |
tree | 6472d137130a51134a87ca3070c9f8afc0db9520 | |
parent | sync (diff) | |
download | wireguard-openbsd-65853f22d84d90bcfad5bfda3c6458c33641911d.tar.xz wireguard-openbsd-65853f22d84d90bcfad5bfda3c6458c33641911d.zip |
did not compile, sigh
-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 |