2002-02-10 Daniel Jacobowitz <drow@mvista.com>

* nlmconv.c: Back out localtime PARAMS change.
This commit is contained in:
Daniel Jacobowitz 2002-02-11 02:41:16 +00:00
parent 4c168fa3f7
commit 8d037c5c93
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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