From 8d037c5c9351a41904914618084e429a4115b47a 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 919eab1..e1e8cec 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 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 -- 2.7.4