diff options
author | Jim Meyering <jim@meyering.net> | 1997-06-30 04:00:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-06-30 04:00:48 +0000 |
commit | 5f14bb768ead79db4229309068cf966a36e83969 (patch) | |
tree | b1ed81de05b69dc0ab0d8ce9b825ca1542f387b7 /old | |
parent | 7f490dad0e485f66db5d1ba6510ead6401db826a (diff) | |
download | coreutils-5f14bb768ead79db4229309068cf966a36e83969.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 2889c8715..47501f886 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,7 @@ Sun Jun 29 07:18:25 1997 Jim Meyering <meyering@na-net.ornl.gov> * 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. |