summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-06-29 21:13:33 +0000
committerJim Meyering <jim@meyering.net>1997-06-29 21:13:33 +0000
commit42a63be1481963b06448921c9b38a1580b2d5be1 (patch)
tree87ac13a9e883f534eb469408b1c571e975d3ac98 /old/sh-utils
parent12262598968e8f9184fd972544635312f0eb0697 (diff)
downloadcoreutils-42a63be1481963b06448921c9b38a1580b2d5be1.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 80ade4903..efaae08b1 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,8 +1,10 @@
Sun Jun 29 07:18:25 1997 Jim Meyering <meyering@na-net.ornl.gov>
- * lib/putenv.c: Define-away putenv only if it's not already defined.
- Rather than undefining putenv after the includes, define _sys_putenv
- back to putenv. Reported by Marcus Daniels.
+ * lib/putenv.c (rpl_putenv): Renamed from putenv.
+ [putenv]: Remove definition and subsequent #undef hack to avoid
+ conflicts with system prototypes. That didn't let the definition of
+ putenv to rpl_putenv from config.h get through.
+ Reported by Marcus Daniels.
* configure.in (LIB_CRYPT): AC_SUBST new variable. Use it to add
crypt-related library (-lufc or -lcrypt) only for the program that