forked from Imagelibrary/binutils-gdb
2002-02-10 Daniel Jacobowitz <drow@mvista.com>
* nlmconv.c: Back out localtime PARAMS change.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user