changeset 16884:f479ce5f00bb

do not sync mktime.c from libc, last one left, not worth it
author Karl Berry <karl@freefriends.org>
date Sun, 27 May 2012 09:24:39 -0700
parents 48087c3e70ae
children 5506fcb5e140
files ChangeLog config/srclist.txt
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-27  Karl Berry  <karl@gnu.org>
+
+	* config/srclist.txt (mktime.c): remove last libc sync,
+	perhaps just temporarily.
+
 2012-05-26  Paul Eggert  <eggert@cs.ucla.edu>
 
 	regex: don't assume uint64_t or uint32_t
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -163,7 +163,9 @@
 #tab changes $LIBCSRC/stdlib/strtoul.c		lib gpl
 # (no more strtok_r.h) $LIBCSRC/string/strtok_r.c		lib gpl
 # (gnulib needs config.h?) $LIBCSRC/string/memmem.c		lib gpl
-$LIBCSRC/time/mktime.c			lib gpl
+# still sync-able, but it's the only one left in libc. not worth it.
+# paul e will do by hand.
+#$LIBCSRC/time/mktime.c			lib gpl
 
 #
 # http://sourceware.org/bugzilla/show_bug.cgi?id=1439