[Glibc-bsd-commits] r3535 - in trunk/kfreebsd-9/debian: . patches

Robert Millan rmh at alioth.debian.org
Mon Jul 4 19:15:27 UTC 2011


Author: rmh
Date: 2011-07-04 19:15:27 +0000 (Mon, 04 Jul 2011)
New Revision: 3535

Added:
   trunk/kfreebsd-9/debian/patches/101_pfsync_ftbfs.diff
Modified:
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/patches/series
Log:
101_pfsync_ftbfs.diff: Fix FTBFS on mipsel.

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2011-07-04 19:13:39 UTC (rev 3534)
+++ trunk/kfreebsd-9/debian/changelog	2011-07-04 19:15:27 UTC (rev 3535)
@@ -1,9 +1,10 @@
-kfreebsd-9 (9.0~svn223728-2) UNRELEASED; urgency=low
+kfreebsd-9 (9.0~svn223728-2) experimental; urgency=low
 
   * Disable buggy 009_disable_duped_modules.diff.  It was disabling many
     more modules than built into kernel (e.g. all USB modules).
+  * 101_pfsync_ftbfs.diff: Fix FTBFS on mipsel.
 
- -- Robert Millan <rmh at debian.org>  Sun, 03 Jul 2011 18:31:02 +0200
+ -- Robert Millan <rmh at debian.org>  Mon, 04 Jul 2011 16:09:25 +0200
 
 kfreebsd-9 (9.0~svn223728-1) experimental; urgency=low
 

Added: trunk/kfreebsd-9/debian/patches/101_pfsync_ftbfs.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/101_pfsync_ftbfs.diff	                        (rev 0)
+++ trunk/kfreebsd-9/debian/patches/101_pfsync_ftbfs.diff	2011-07-04 19:15:27 UTC (rev 3535)
@@ -0,0 +1,17 @@
+
+Reported to:
+
+http://www.freebsd.org/cgi/query-pr.cgi?pr=158636
+
+--- a/sys/contrib/pf/net/if_pfsync.c
++++ b/sys/contrib/pf/net/if_pfsync.c
+@@ -2126,8 +2126,8 @@
+ #else
+ 	struct ifnet *ifp = &sc->sc_if;
+ #endif
+-	struct mbuf *m;
+ #endif
++	struct mbuf *m;
+ 	struct ip *ip;
+ 	struct pfsync_header *ph;
+ 	struct pfsync_subheader *subh;

Modified: trunk/kfreebsd-9/debian/patches/series
===================================================================
--- trunk/kfreebsd-9/debian/patches/series	2011-07-04 19:13:39 UTC (rev 3534)
+++ trunk/kfreebsd-9/debian/patches/series	2011-07-04 19:15:27 UTC (rev 3535)
@@ -6,6 +6,7 @@
 #009_disable_duped_modules.diff
 013_ip_packed.diff
 020_linker.diff 
+101_pfsync_ftbfs.diff
 103_stat_pipe.diff
 #107_mount_update.diff
 108_teken_utf8_table.diff




More information about the Glibc-bsd-commits mailing list