diff options
author | 2003-06-25 21:08:59 +0000 | |
---|---|---|
committer | 2003-06-25 21:08:59 +0000 | |
commit | 74637cb20ab7a2e4876ccd7d35080bab410e65b8 (patch) | |
tree | 71d33f3c0222dbb51017370952a583d5030b318b /lib/libc/gen/timezone.c | |
parent | proto getgrgid_r and getgrnam_r (diff) | |
download | wireguard-openbsd-74637cb20ab7a2e4876ccd7d35080bab410e65b8.tar.xz wireguard-openbsd-74637cb20ab7a2e4876ccd7d35080bab410e65b8.zip |
protos
Diffstat (limited to 'lib/libc/gen/timezone.c')
-rw-r--r-- | lib/libc/gen/timezone.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/timezone.c b/lib/libc/gen/timezone.c index 8af63278454..1f6c9e5d37d 100644 --- a/lib/libc/gen/timezone.c +++ b/lib/libc/gen/timezone.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: timezone.c,v 1.6 2003/06/02 20:18:35 millert Exp $"; +static char rcsid[] = "$OpenBSD: timezone.c,v 1.7 2003/06/25 21:16:47 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> @@ -38,7 +38,7 @@ static char rcsid[] = "$OpenBSD: timezone.c,v 1.6 2003/06/02 20:18:35 millert Ex #include <string.h> #include <tzfile.h> -char *_tztab(); +char *_tztab(int, int); /* * timezone -- |