diff options
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); } |