[Glibc-bsd-commits] r5924 - in trunk/freebsd-libs/debian: . patches

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sat Mar 5 20:20:21 UTC 2016


Author: stevenc-guest
Date: 2016-03-05 20:20:21 +0000 (Sat, 05 Mar 2016)
New Revision: 5924

Added:
   trunk/freebsd-libs/debian/patches/sys_ctype.diff
Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/patches/series
Log:
Don't include sys/ctype.h kernel header;  fixes FTBFS on non-
kfreebsd arches.


Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2016-03-05 17:10:24 UTC (rev 5923)
+++ trunk/freebsd-libs/debian/changelog	2016-03-05 20:20:21 UTC (rev 5924)
@@ -1,3 +1,11 @@
+freebsd-libs (10.3~svn296373-2) UNRELEASED; urgency=medium
+
+  * Don't include sys/ctype.h kernel header;  fixes FTBFS on non-
+    kfreebsd arches.
+      - sys_ctype.diff
+
+ -- Steven Chamberlain <steven at pyro.eu.org>  Sat, 05 Mar 2016 20:17:57 +0000
+
 freebsd-libs (10.3~svn296373-1) experimental; urgency=medium
 
   * New upstream snapshot of 10.3-RC1

Modified: trunk/freebsd-libs/debian/patches/series
===================================================================
--- trunk/freebsd-libs/debian/patches/series	2016-03-05 17:10:24 UTC (rev 5923)
+++ trunk/freebsd-libs/debian/patches/series	2016-03-05 20:20:21 UTC (rev 5924)
@@ -32,3 +32,4 @@
 libusb_reported_version.diff
 libusb_set_auto_detach_kernel_driver.diff
 pkgconfig_dir.diff
+sys_ctype.diff

Added: trunk/freebsd-libs/debian/patches/sys_ctype.diff
===================================================================
--- trunk/freebsd-libs/debian/patches/sys_ctype.diff	                        (rev 0)
+++ trunk/freebsd-libs/debian/patches/sys_ctype.diff	2016-03-05 20:20:21 UTC (rev 5924)
@@ -0,0 +1,12 @@
+--- a/sys/kern/subr_prf.c
++++ b/sys/kern/subr_prf.c
+@@ -60,8 +60,8 @@
+ #include <sys/syslog.h>
+ #include <sys/cons.h>
+ #include <sys/uio.h>
+-#endif
+ #include <sys/ctype.h>
++#endif
+ #include <sys/sbuf.h>
+ 
+ #ifdef DDB




More information about the Glibc-bsd-commits mailing list