diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-10 19:48:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-10 19:48:27 +0000 |
commit | 3459f702fdf460cab14d70e460bd45d7d83e7aa1 (patch) | |
tree | d2b77b520ae04abfb9a3867d0554e8650cc4c5b7 /timezone/zic.c | |
parent | 3f2eb57e4bac048704aa71cab41c84182d117a47 (diff) | |
download | glibc-3459f702fdf460cab14d70e460bd45d7d83e7aa1.tar glibc-3459f702fdf460cab14d70e460bd45d7d83e7aa1.tar.gz glibc-3459f702fdf460cab14d70e460bd45d7d83e7aa1.tar.bz2 glibc-3459f702fdf460cab14d70e460bd45d7d83e7aa1.zip |
Update.
2000-08-10 Ulrich Drepper <drepper@redhat.com>
* timezone/zic.c: Update from tzcode2000f.
* timezone/australasia: Update from tzdata2000f.
* timezone/europe: Likewise.
* timezone/southamerica: Likewise.
* timezone/yearistype: Likewise.
Diffstat (limited to 'timezone/zic.c')
-rw-r--r-- | timezone/zic.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/timezone/zic.c b/timezone/zic.c index ddf155f279..bc65e73dac 100644 --- a/timezone/zic.c +++ b/timezone/zic.c @@ -1,6 +1,6 @@ #ifndef lint #ifndef NOID -static char elsieid[] = "@(#)zic.c 7.100"; +static char elsieid[] = "@(#)zic.c 7.101"; #endif /* !defined NOID */ #endif /* !defined lint */ @@ -11,8 +11,6 @@ static char elsieid[] = "@(#)zic.c 7.100"; #include "sys/stat.h" /* for umask manifest constants */ #endif /* defined unix */ -#include <libintl.h> - /* ** On some ancient hosts, predicates like `isspace(C)' are defined ** only if isascii(C) || C == EOF. Modern hosts obey the C Standard, @@ -442,7 +440,7 @@ const char * const string; static void usage P((void)) { - (void) fprintf(stderr, _("%s: usage is %s [ -s ] [ -v ] [ -l localtime ] [ -p posixrules ] [ -d directory ]\n\t[ -L leapseconds ] [ -y yearistype ] [ filename ... ]\n"), + (void) fprintf(stderr, _("%s: usage is %s [ -s ] [ -v ] [ -l localtime ] [ -p posixrules ] \\\n\t[ -d directory ] [ -L leapseconds ] [ -y yearistype ] [ filename ... ]\n"), progname, progname); (void) exit(EXIT_FAILURE); } |