From: Paul Eggert Date: Tue, 2 Nov 2004 19:22:29 +0000 (+0000) Subject: * srclist.txt: Add mktime.c; glibc bought all our changes. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea6305f7467ea99eac90af5717e190bdffd664ce;p=pspp * srclist.txt: Add mktime.c; glibc bought all our changes. --- diff --git a/config/ChangeLog b/config/ChangeLog index c194f72f66..b230444d99 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2004-11-02 Paul Eggert + + * srclist.txt: Add mktime.c; glibc bought all our changes. + 2004-10-10 Paul Eggert * srclistvars.sh: Add GNUSTANDARDS (for eggert only). diff --git a/config/srclist.txt b/config/srclist.txt index ba55e3e1b0..eebe63de81 100644 --- a/config/srclist.txt +++ b/config/srclist.txt @@ -1,4 +1,4 @@ -# $Id: srclist.txt,v 1.49 2004-10-10 22:32:37 karl Exp $ +# $Id: srclist.txt,v 1.50 2004-11-02 19:22:29 eggert Exp $ # Files for which we are not the source. See ./srclistvars.sh for the # variable definitions. @@ -98,6 +98,7 @@ $LIBCSRC/posix/getopt_int.h lib gpl $LIBCSRC/sysdeps/generic/strtoll.c lib gpl $LIBCSRC/sysdeps/generic/strtoul.c lib gpl $LIBCSRC/sysdeps/generic/memmem.c lib gpl +$LIBCSRC/time/mktime.c lib gpl # # These are close, but ... #$LIBCSRC/crypt/md5.c lib gpl @@ -133,7 +134,6 @@ $LIBCSRC/sysdeps/generic/memmem.c lib gpl #$LIBCSRC/sysdeps/unix/bsd/poll.c lib gpl #$LIBCSRC/sysdeps/unix/dirfd.c lib gpl #$LIBCSRC/sysdeps/unix/rmdir.c lib gpl -#$LIBCSRC/time/mktime.c lib gpl #$LIBCSRC/time/strftime.c lib gpl # These are close, but we are using the gettext versions. #$LIBCSRC/misc/mkdtemp.c lib gpl