]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 29 Jun 1997 21:13:33 +0000 (21:13 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 29 Jun 1997 21:13:33 +0000 (21:13 +0000)
old/sh-utils/ChangeLog

index 80ade4903a3999f22838e8a8428f62cb8a252753..efaae08b1b1725650c7124aeb4a6be16534df0b7 100644 (file)
@@ -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