(rpl_gettimeofday): Declare local variable `result'.
authorJim Meyering <jim@meyering.net>
Tue, 25 Sep 2001 13:01:22 +0000 (13:01 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 25 Sep 2001 13:01:22 +0000 (13:01 +0000)
lib/gettimeofday.c

index 59c565c..f0c1d90 100644 (file)
@@ -60,6 +60,8 @@ int
 rpl_gettimeofday (struct timeval *tv, struct timezone *tz)
 {
   struct tm save;
+  int result;
+
   if (! localtime_buffer_addr)
     abort ();