[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2300 - in glibc-package/branches/glibc-2.6/debian: . patches



Author: aurel32
Date: 2007-05-26 11:54:21 +0000 (Sat, 26 May 2007)
New Revision: 2300

Added:
   glibc-package/branches/glibc-2.6/debian/patches/local-tst-mktime2.diff
Modified:
   glibc-package/branches/glibc-2.6/debian/changelog
   glibc-package/branches/glibc-2.6/debian/patches/series
Log:
  * patches/local-tst-mktime2.diff: fix time/tst-mktime2.c.



Modified: glibc-package/branches/glibc-2.6/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.6/debian/changelog	2007-05-26 11:41:17 UTC (rev 2299)
+++ glibc-package/branches/glibc-2.6/debian/changelog	2007-05-26 11:54:21 UTC (rev 2300)
@@ -70,13 +70,14 @@
     hppa with linuxthreads.
   * patches/arm/submitted-RTLD_SINGLE_THREAD_P.diff: fix a missing #defined
     on arm.
+
+  [ Petr Salinger]
   * kfreebsd/local-sysdeps.diff: update to revision 1949 (from glibc-bsd).
-    Thanks to Petr Salinger.
   * any/local-linuxthreads-defines.diff: new patch to restore a few defines
-    in config.make.in still needed by linuxthreads. Thanks to Petr Salinger
-    for the patch.
+    in config.make.in still needed by linuxthreads.
+  * patches/local-tst-mktime2.diff: fix time/tst-mktime2.c.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sat, 26 May 2007 13:40:00 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Sat, 26 May 2007 13:53:09 +0200
 
 glibc (2.5-10) UNRELEASED; urgency=low
 

Added: glibc-package/branches/glibc-2.6/debian/patches/local-tst-mktime2.diff
===================================================================
--- glibc-package/branches/glibc-2.6/debian/patches/local-tst-mktime2.diff	                        (rev 0)
+++ glibc-package/branches/glibc-2.6/debian/patches/local-tst-mktime2.diff	2007-05-26 11:54:21 UTC (rev 2300)
@@ -0,0 +1,10 @@
+--- time/tst-mktime2.c	2007-05-25 15:12:14.000000000 +0200
++++ time/tst-mktime2.c	2007-05-25 15:12:14.000000000 +0200
+@@ -2,6 +2,7 @@
+ #include <time.h>
+ #include <stdlib.h>
+ #include <unistd.h>
++#include <limits.h>
+ 
+ static time_t time_t_max;
+ static time_t time_t_min;

Modified: glibc-package/branches/glibc-2.6/debian/patches/series
===================================================================
--- glibc-package/branches/glibc-2.6/debian/patches/series	2007-05-26 11:41:17 UTC (rev 2299)
+++ glibc-package/branches/glibc-2.6/debian/patches/series	2007-05-26 11:54:21 UTC (rev 2300)
@@ -123,6 +123,7 @@
 any/local-sysctl.diff -p0
 any/local-stubs_h.diff 
 any/local-tcsetaddr.diff -p0
+any/local-tst-mktime2.diff -p0
 any/local-version-sanity.diff -p0
 any/local-dynamic-resolvconf.diff -p0
 any/submitted-nis-netgrp.diff -p0



Reply to: