summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-08-05 20:25:24 +0000
committerwollman <wollman@FreeBSD.org>1995-08-05 20:25:24 +0000
commit69fff289dba1dd6d3b730bb400416ee4d46d3c6d (patch)
tree7ce043df55772e167be89786ef7762c6c57dc9fa /lib/libc
parentbb1cde1c8e32e53ba25d513848ddbb0659faad68 (diff)
downloadFreeBSD-src-69fff289dba1dd6d3b730bb400416ee4d46d3c6d.zip
FreeBSD-src-69fff289dba1dd6d3b730bb400416ee4d46d3c6d.tar.gz
Don't depend on bogusly-installed <tzfile.h>.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/timezone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/timezone.c b/lib/libc/gen/timezone.c
index 9ce6142..370493b 100644
--- a/lib/libc/gen/timezone.c
+++ b/lib/libc/gen/timezone.c
@@ -40,7 +40,7 @@ static char sccsid[] = "@(#)timezone.c 8.1 (Berkeley) 6/4/93";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <tzfile.h>
+#define TZ_MAX_CHARS 255
char *_tztab();
OpenPOWER on IntegriCloud