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

r4684 - in glibc-package/trunk/debian/patches: . any



Author: aurel32
Date: 2011-05-24 19:27:50 +0000 (Tue, 24 May 2011)
New Revision: 4684

Added:
   glibc-package/trunk/debian/patches/any/local-tst-writev.diff
Modified:
   glibc-package/trunk/debian/patches/series
Log:
  * Add patches/any/local-tst-writev.diff to fix compilation of tst-writev.c.



Added: glibc-package/trunk/debian/patches/any/local-tst-writev.diff
===================================================================
--- glibc-package/trunk/debian/patches/any/local-tst-writev.diff	                        (rev 0)
+++ glibc-package/trunk/debian/patches/any/local-tst-writev.diff	2011-05-24 19:27:50 UTC (rev 4684)
@@ -0,0 +1,15 @@
+2010-05-24  Aurelien Jarno  <aurelien@aurel32.net>
+
+	* sysdeps/wordsize-64/tst-writev.c: include <limits.h>. 
+
+diff a/sysdeps/wordsize-64/tst-writev.c b/sysdeps/wordsize-64/tst-writev.c
+--- a/sysdeps/wordsize-64/tst-writev.c
++++ b/sysdeps/wordsize-64/tst-writev.c
+@@ -18,6 +18,7 @@
+    02111-1307 USA.  */
+ 
+ #include <fcntl.h>
++#include <limits.h>
+ #include <paths.h>
+ #include <stdio.h>
+ #include <stdlib.h>

Modified: glibc-package/trunk/debian/patches/series
===================================================================
--- glibc-package/trunk/debian/patches/series	2011-05-24 18:02:57 UTC (rev 4683)
+++ glibc-package/trunk/debian/patches/series	2011-05-24 19:27:50 UTC (rev 4684)
@@ -258,3 +258,4 @@
 any/submitted-at-pagesize.diff
 any/cvs-setlocale.diff
 any/submitted-rlimit-rttime.diff
+any/local-tst-writev.diff


Reply to: