summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/timezone.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2010-03-04 13:35:57 +0000
committerdes <des@FreeBSD.org>2010-03-04 13:35:57 +0000
commit834fb25a9ed2240101506d137b5be7d71c75f306 (patch)
tree4002c72cd1ed11909f7640bea343988cfcf63c5b /lib/libc/gen/timezone.c
parent98b742f57cafbed05c101e60cc131f5980f044d0 (diff)
parent787cf8d03f1c58ada088933408f30fd63de85bf2 (diff)
downloadFreeBSD-src-834fb25a9ed2240101506d137b5be7d71c75f306.zip
FreeBSD-src-834fb25a9ed2240101506d137b5be7d71c75f306.tar.gz
IFH@204581
Diffstat (limited to 'lib/libc/gen/timezone.c')
-rw-r--r--lib/libc/gen/timezone.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libc/gen/timezone.c b/lib/libc/gen/timezone.c
index c59ae6b..5f0fa66 100644
--- a/lib/libc/gen/timezone.c
+++ b/lib/libc/gen/timezone.c
@@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#define TZ_MAX_CHARS 255
-char *_tztab();
+char *_tztab(int, int);
/*
* timezone --
@@ -53,9 +53,7 @@ char *_tztab();
static char czone[TZ_MAX_CHARS]; /* space for zone name */
char *
-timezone(zone, dst)
- int zone,
- dst;
+timezone(int zone, int dst)
{
char *beg,
*end;
@@ -106,9 +104,7 @@ static struct zone {
* STANDARD LIBRARY.
*/
char *
-_tztab(zone,dst)
- int zone;
- int dst;
+_tztab(int zone, int dst)
{
struct zone *zp;
char sign;
OpenPOWER on IntegriCloud