From 0b312d08319768b63c045b8a36013d7ac66aa090 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Jan 1994 14:21:54 +0000 Subject: [PATCH] (SUNOS_LOCALTIME_BUG): #if 0'd. --- src/s/sunos4-1.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index 681220a501c..87cb4383976 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h @@ -27,5 +27,7 @@ #endif #endif +#if 0 /* Not necessary, since SYSTEM_MALLOC is defined in sunos4-0.h. */ /* Tell GNU malloc to compensate for a bug in localtime. */ #define SUNOS_LOCALTIME_BUG +#endif -- 2.39.5