changeset 4031:26b4b0404ddd

($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new entry.
author Karl Berry <karl@freefriends.org>
date Mon, 25 Nov 2002 14:24:39 +0000
parents 55d7d088d0b8
children e76ad165dc98
files config/srclist.txt
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -1,4 +1,4 @@
-# $Id: srclist.txt,v 1.7 2002-11-25 00:19:45 karl Exp $
+# $Id: srclist.txt,v 1.8 2002-11-25 14:24:39 karl Exp $
 # Files for which we are not the source.  See ./srclistvars.sh for the
 # variable definitions.
 
@@ -20,12 +20,13 @@
 
 $GETTEXT/gettext.h		lib
 #
-#$LIBCSRC/malloc/obstack.c	lib gpl
+$LIBCSRC/sysdeps/generic/strtoll.c	lib gpl
+#$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
+$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.