From d1b9eba1e3e723c41b520e36e3ac0f401bec5e88 Mon Sep 17 00:00:00 2001
From: Karl Berry <karl@freefriends.org>
Date: Sun, 14 Sep 2003 13:54:17 +0000
Subject: [PATCH] no strdup.c sync any more

---
 config/ChangeLog   | 4 ++++
 config/srclist.txt | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/config/ChangeLog b/config/ChangeLog
index be2e9fe624..9d26fc89f9 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-14  Karl Berry  <karl@gnu.org>
+
+	* srclist.txt (strdup.c): disable for c89 changes.
+
 2003-09-11  Bruno Haible  <bruno@clisp.org>
 
 	* srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
diff --git a/config/srclist.txt b/config/srclist.txt
index 23b4da441c..0cfd7f7ef5 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -1,4 +1,4 @@
-# $Id: srclist.txt,v 1.26 2003-09-11 14:12:03 haible Exp $
+# $Id: srclist.txt,v 1.27 2003-09-14 13:54:17 karl Exp $
 # Files for which we are not the source.  See ./srclistvars.sh for the
 # variable definitions.
 
@@ -75,7 +75,7 @@ $LIBCSRC/argp/argp-pv.c			lib gpl
 $LIBCSRC/argp/argp-pvh.c		lib gpl
 $LIBCSRC/argp/argp-xinl.c		lib gpl
 $LIBCSRC/argp/argp.h			lib gpl
-$LIBCSRC/string/strdup.c		lib gpl
+# c89 changes $LIBCSRC/string/strdup.c		lib gpl
 $LIBCSRC/sysdeps/generic/strtoll.c	lib gpl
 $LIBCSRC/sysdeps/generic/strtoul.c	lib gpl
 #
-- 
2.39.5