From f1df2b9d64e69bebf681f3cb1fd6c8ee04f6192a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 25 Nov 2002 00:19:45 +0000 Subject: [PATCH] some libc files now not copyable, some newly copyable --- config/srclist.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/config/srclist.txt b/config/srclist.txt index bf9ed2a9e9..bcd0d227e5 100644 --- a/config/srclist.txt +++ b/config/srclist.txt @@ -1,27 +1,34 @@ -# $Id: srclist.txt,v 1.6 2002-09-28 15:06:23 karl Exp $ +# $Id: srclist.txt,v 1.7 2002-11-25 00:19:45 karl Exp $ # Files for which we are not the source. See ./srclistvars.sh for the # variable definitions. $GNUCONFIG/config.guess config $GNUCONFIG/config.sub config +# $AUTOMAKE/depcomp config # after next release $AUTOMAKE/install-sh config $AUTOMAKE/mdate-sh config $AUTOMAKE/missing config # after next release $AUTOMAKE/mkinstalldirs config +# $TEXINFOSRC/doc/texinfo.tex config $AUTOCONF/INSTALL doc +# $GNUORG/COPYING.DOC doc $GNUORG/fdl.texi doc -$LIBCSRC/posix/getopt.c lib -$LIBCSRC/posix/getopt.h lib -$LIBCSRC/posix/getopt1.c lib $GETTEXT/gettext.h lib +# +#$LIBCSRC/malloc/obstack.c lib gpl +#$LIBCSRC/posix/getopt.c lib gpl +$LIBCSRC/posix/getopt.h lib gpl +$LIBCSRC/posix/getopt1.c lib gpl +$LIBCSRC/posix/regex.h lib gpl +#$LIBCSRC/string/strdup.c lib gpl +# # - libc/sysdeps/generic has memcpy.c, memmove.c, strcasecmp.c, but they # are totally different implementations. # - Likewise libc/string/strerror.c. # - libc/locale/programs/xstrdup.c is almost usable, but uses the __P # prototype macro. -$LIBCSRC/string/strdup.c lib -- 2.30.2