From 1742cb033288a22cce9b7a0b8ddbdd37b051afd2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 25 Sep 2001 13:01:22 +0000 Subject: [PATCH] (rpl_gettimeofday): Declare local variable `result'. --- lib/gettimeofday.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/gettimeofday.c b/lib/gettimeofday.c index 59c565c78b..f0c1d907cf 100644 --- 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 (); -- 2.30.2