[Glibc-bsd-commits] r1943 - trunk/glibc-ports/patches

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Fri May 25 11:23:25 UTC 2007


Author: ps-guest
Date: 2007-05-25 11:23:25 +0000 (Fri, 25 May 2007)
New Revision: 1943

Added:
   trunk/glibc-ports/patches/tst-mktime2.patch
Log:
* fix tst-mktime2 for GNU/kFreeBSD



Added: trunk/glibc-ports/patches/tst-mktime2.patch
===================================================================
--- trunk/glibc-ports/patches/tst-mktime2.patch	                        (rev 0)
+++ trunk/glibc-ports/patches/tst-mktime2.patch	2007-05-25 11:23:25 UTC (rev 1943)
@@ -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;




More information about the Glibc-bsd-commits mailing list