setenv.c comes from gettext / libiconv again.
authorBruno Haible <bruno@clisp.org>
Sat, 29 Jul 2006 14:38:53 +0000 (14:38 +0000)
committerBruno Haible <bruno@clisp.org>
Sat, 29 Jul 2006 14:38:53 +0000 (14:38 +0000)
config/ChangeLog
config/srclist.txt
lib/ChangeLog
lib/setenv.c

index 706748e2feb997b25e0b689bf655d9cae7fd47de..1bef73f76cf3b4ef758d35dc126df84d709af400 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-29  Bruno Haible  <bruno@clisp.org>
+
+       * srclist.txt (*setenv.[ch]): Remove rules.
+
 2006-07-22  Bruno Haible  <bruno@clisp.org>
 
        * srclist.txt: Resync printf-args.c, vasnprintf.c, localcharset.c,
index 97b004722e6fb7f75ef3241224b1edb803e5e593..850814669aaafa71e1332d78da17aa45b5cf5897 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: srclist.txt,v 1.130 2006-07-22 17:03:06 haible Exp $
+# $Id: srclist.txt,v 1.131 2006-07-29 14:38:53 haible Exp $
 # Files for which we are not the source.  See ./srclistvars.sh for the
 # variable definitions.
 
@@ -284,10 +284,6 @@ $LIBCSRC/time/mktime.c                     lib gpl
 #$LIBCSRC/sysdeps/unix/sysv/gethostname.c      lib gpl
 #$LIBCSRC/sysdeps/unix/utime.c                 lib gpl
 
-$COREUTILS/lib/setenv.c                                lib gpl
-$COREUTILS/lib/setenv.h                                lib gpl
-$COREUTILS/lib/unsetenv.c                      lib gpl
-
 $LIBTOOL/libltdl/argz.c                                lib gpl
 $LIBTOOL/libltdl/argz_.h                       lib gpl
 $LIBTOOL/libltdl/m4/argz.m4                    m4
index a7dc9e839a11b95820e0a413185a89f923a563e3..091ee115f50d37b9274c32bcaf9a65d7ea735097 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-29  Bruno Haible  <bruno@clisp.org>
+
+       * setenv.c: Undo unintended modification done on 2006-02-27.
+
 2006-07-28  Eric Blake  <ebb9@byu.net>
 
        * regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
index c607125a51f6621d11891be37445bf9e415fa12c..335d1d2f9a73280fe01ed0c40a6966eaac80a269 100644 (file)
@@ -27,7 +27,9 @@
 
 #include <stdlib.h>
 #include <string.h>
-#include <unistd.h>
+#if _LIBC || HAVE_UNISTD_H
+# include <unistd.h>
+#endif
 
 #if !_LIBC
 # include "allocsa.h"