diff options
author | 2003-04-05 04:16:09 +0000 | |
---|---|---|
committer | 2003-04-05 04:16:09 +0000 | |
commit | 9de4d4600f478cf8dd11f37fd4fdee861b90a13f (patch) | |
tree | efa0524530c03a94e0653061bad7a3a5ec6c953f | |
parent | snprintf, strlcpy; ok deraadt tdeval tedu krw (diff) | |
download | wireguard-openbsd-9de4d4600f478cf8dd11f37fd4fdee861b90a13f.tar.xz wireguard-openbsd-9de4d4600f478cf8dd11f37fd4fdee861b90a13f.zip |
fix typo, bad tdeval; pt out by emmf26@umr.edu
-rw-r--r-- | lib/libc/time/zic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/time/zic.c b/lib/libc/time/zic.c index f8be5bc0747..1811a135857 100644 --- a/lib/libc/time/zic.c +++ b/lib/libc/time/zic.c @@ -5,7 +5,7 @@ #if defined(LIBC_SCCS) && !defined(lint) && !defined(NOID) static char elsieid[] = "@(#)zic.c 7.107"; -static char rcsid[] = "$OpenBSD: zic.c,v 1.18 2003/04/05 00:48:02 tdeval Exp $"; +static char rcsid[] = "$OpenBSD: zic.c,v 1.19 2003/04/05 04:16:09 pvalchev Exp $"; #endif /* LIBC_SCCS and not lint */ #include "private.h" @@ -1553,7 +1553,7 @@ const char * const name; } static void -doabbr(abbr, size_t, format, letters, isdst) +doabbr(abbr, size, format, letters, isdst) char * const abbr; size_t size; const char * const format; |