diff options
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/nlmconv.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 919eab1..e1e8cec 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2002-02-10 Daniel Jacobowitz <drow@mvista.com> + + * nlmconv.c: Back out localtime PARAMS change. + 2002-02-11 Alan Modra <amodra@bigpond.net.au> * objcopy.c (MKDIR): Define. diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index f064271..660abd8 100644 --- a/binutils/nlmconv.c +++ b/binutils/nlmconv.c @@ -59,7 +59,7 @@ extern char *strerror PARAMS ((int)); #ifndef localtime -extern struct tm *localtime PARAMS ((const time_t *)); +extern struct tm *localtime (); #endif #ifndef SEEK_SET |