diff options
Diffstat (limited to 'time/getdate.c')
-rw-r--r-- | time/getdate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/getdate.c b/time/getdate.c index c25a49d5a1..9957411fd8 100644 --- a/time/getdate.c +++ b/time/getdate.c @@ -1,5 +1,5 @@ /* Convert a string representation of time to a time value. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997. @@ -42,7 +42,7 @@ static int check_mday (int year, int mon, int mday); 8 invalid input specification Example: February 31 or a time is specified that can not be represented in a time_t (representing the time in seconds since 00:00:00 UTC, January 1, 1970) */ -int getdate_err = 0; +int getdate_err; /* Returns the first weekday WDAY of month MON in the year YEAR. */ |