diff options
Diffstat (limited to 'time/offtime.c')
-rw-r--r-- | time/offtime.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/time/offtime.c b/time/offtime.c index 52e40703c8..f858790141 100644 --- a/time/offtime.c +++ b/time/offtime.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1993, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,9 +18,6 @@ #include <time.h> -/* Defined in mktime.c. */ -extern const unsigned short int __mon_yday[2][13]; - #define SECS_PER_HOUR (60 * 60) #define SECS_PER_DAY (SECS_PER_HOUR * 24) |