From 71f766ac46257748189bd660741efe4ff2ed1b40 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 11 Feb 2002 02:41:16 +0000 Subject: [PATCH] 2002-02-10 Daniel Jacobowitz * nlmconv.c: Back out localtime PARAMS change. --- binutils/ChangeLog | 4 ++++ binutils/nlmconv.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 919eab172a..e1e8cec53d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2002-02-10 Daniel Jacobowitz + + * nlmconv.c: Back out localtime PARAMS change. + 2002-02-11 Alan Modra * objcopy.c (MKDIR): Define. diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index f064271308..660abd81b8 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 -- 2.11.0