From 3047090f729d2fc6e47dc2700f7d6b65e6230c26 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 11 Feb 2002 02:40:31 +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 53d58693fbd..bbec33307b3 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-10 Daniel Jacobowitz * coffdump.c: Include "getopt.h" after "bucomm.h" diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index f064271308c..660abd81b89 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.47.3