From 81cded618d34dd2a1d5dbd88853a5a7c792c011b Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 18 Jan 2011 17:50:26 +0100 Subject: [PATCH] Better hiding of a defunct #ifndef --- libisofs/util.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libisofs/util.c b/libisofs/util.c index da01160..ff6b998 100644 --- a/libisofs/util.c +++ b/libisofs/util.c @@ -1298,9 +1298,7 @@ void iso_datetime_17(unsigned char *buf, time_t t, int always_gmt) } /* >>> ts B10118: re-enable ifdef after testing period is over */ -/* -#ifndef HAVE_TIMEGM -*/ +/* #ifndef HAVE_TIMEGM */ /* putenv is SVr4, POSIX.1-2001, 4.3BSD , setenv is 4.3BSD, POSIX.1-2001. So putenv is more widely available.