diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-08-05 20:25:24 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-08-05 20:25:24 +0000 |
| commit | 21271a8c7ae250c19881f38bb327c2c00d515ae0 (patch) | |
| tree | 7ce043df55772e167be89786ef7762c6c57dc9fa /lib/libc | |
| parent | cffeb06206b1301637d4cc17f17607dacf81db87 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/timezone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/timezone.c b/lib/libc/gen/timezone.c index 9ce6142e5aed..370493b38779 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(); |
