changeset 4034:a954aaa1c238

($LIBCSRC/time/mktime.c lib gpl): new entry.
author Karl Berry <karl@freefriends.org>
date Mon, 25 Nov 2002 16:31:49 +0000
parents 5b3e7f0de815
children 4bb1b091fb5a
files config/srclist.txt
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -1,4 +1,4 @@
-# $Id: srclist.txt,v 1.8 2002-11-25 14:24:39 karl Exp $
+# $Id: srclist.txt,v 1.9 2002-11-25 16:31:49 karl Exp $
 # Files for which we are not the source.  See ./srclistvars.sh for the
 # variable definitions.
 
@@ -27,6 +27,7 @@
 $LIBCSRC/posix/getopt1.c		lib gpl
 $LIBCSRC/posix/regex.h			lib gpl
 #$LIBCSRC/string/strdup.c		lib gpl
+$LIBCSRC/time/mktime.c			lib gpl
 #
 # - libc/sysdeps/generic has memcpy.c, memmove.c, strcasecmp.c, but they
 #   are totally different implementations.