projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa5ba0
)
(rpl_gettimeofday): Declare local variable `result'.
author
Jim Meyering
<jim@meyering.net>
Tue, 25 Sep 2001 13:01:22 +0000
(13:01 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 25 Sep 2001 13:01:22 +0000
(13:01 +0000)
lib/gettimeofday.c
patch
|
blob
|
history
diff --git
a/lib/gettimeofday.c
b/lib/gettimeofday.c
index 59c565c78bf0ecc4123886bd495af00420dda226..f0c1d907cfa3a8383f55fa6b62ed020d93ca8236 100644
(file)
--- a/
lib/gettimeofday.c
+++ b/
lib/gettimeofday.c
@@
-60,6
+60,8
@@
int
rpl_gettimeofday (struct timeval *tv, struct timezone *tz)
{
struct tm save;
+ int result;
+
if (! localtime_buffer_addr)
abort ();