diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-02-11 02:41:16 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-02-11 02:41:16 +0000 |
commit | 8d037c5c9351a41904914618084e429a4115b47a (patch) | |
tree | e9330ee9f924fecf7baac769c6eccfb93cebe971 /binutils/nlmconv.c | |
parent | 4c168fa3f717c107ee6c2927e4adadf513db808c (diff) | |
download | gdb-8d037c5c9351a41904914618084e429a4115b47a.zip gdb-8d037c5c9351a41904914618084e429a4115b47a.tar.gz gdb-8d037c5c9351a41904914618084e429a4115b47a.tar.bz2 |
2002-02-10 Daniel Jacobowitz <drow@mvista.com>
* nlmconv.c: Back out localtime PARAMS change.
Diffstat (limited to 'binutils/nlmconv.c')
-rw-r--r-- | binutils/nlmconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |