From: Jim Meyering Date: Mon, 30 Jun 1997 04:00:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-1_16c~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f14bb768ead79db4229309068cf966a36e83969;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 2889c87150..47501f886f 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,7 @@ Sun Jun 29 07:18:25 1997 Jim Meyering * lib/putenv.c (rpl_putenv): Renamed from putenv. - [putenv]: Remove definition and subsequent #undef hack to avoid + [putenv]: Remove definition and subsequent #undef hack that avoided conflicts with system prototypes. That didn't let the definition of putenv to rpl_putenv from config.h get through. Suggestion from Marcus Daniels.