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

Robert Millan rmh at alioth.debian.org
Tue Jul 12 20:29:04 UTC 2011


Author: rmh
Date: 2011-07-12 20:29:04 +0000 (Tue, 12 Jul 2011)
New Revision: 3578

Removed:
   trunk/kfreebsd-9/debian/patches/013_ip_packed.diff
Modified:
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/patches/series
Log:
Remove 013_ip_packed.diff (remnant from kfreebsd-6 transition in 2005).

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2011-07-12 19:49:36 UTC (rev 3577)
+++ trunk/kfreebsd-9/debian/changelog	2011-07-12 20:29:04 UTC (rev 3578)
@@ -2,8 +2,10 @@
 
   * Require freebsd-buildutils (>= 8.2-7).
   * Replace sed kludge with a small patch.
+  * Remove 013_ip_packed.diff (remnant from kfreebsd-6 transition in
+    2005).
 
- -- Robert Millan <rmh at debian.org>  Tue, 12 Jul 2011 20:25:32 +0200
+ -- Robert Millan <rmh at debian.org>  Tue, 12 Jul 2011 22:28:55 +0200
 
 kfreebsd-9 (9.0~svn223870-1) experimental; urgency=low
 

Deleted: trunk/kfreebsd-9/debian/patches/013_ip_packed.diff
===================================================================
--- trunk/kfreebsd-9/debian/patches/013_ip_packed.diff	2011-07-12 19:49:36 UTC (rev 3577)
+++ trunk/kfreebsd-9/debian/patches/013_ip_packed.diff	2011-07-12 20:29:04 UTC (rev 3578)
@@ -1,11 +0,0 @@
---- a/sys/netinet/ip.h
-+++ b/sys/netinet/ip.h
-@@ -67,7 +67,7 @@
- 	u_char	ip_p;			/* protocol */
- 	u_short	ip_sum;			/* checksum */
- 	struct	in_addr ip_src,ip_dst;	/* source and dest address */
--} __packed __aligned(4);
-+}  __attribute__((__packed__)) __attribute__((__aligned__(4)));
- 
- #define	IP_MAXPACKET	65535		/* maximum packet size */
- 

Modified: trunk/kfreebsd-9/debian/patches/series
===================================================================
--- trunk/kfreebsd-9/debian/patches/series	2011-07-12 19:49:36 UTC (rev 3577)
+++ trunk/kfreebsd-9/debian/patches/series	2011-07-12 20:29:04 UTC (rev 3578)
@@ -5,7 +5,6 @@
 005_linux_cflags.diff
 007_clone_signals.diff
 #009_disable_duped_modules.diff
-013_ip_packed.diff
 020_linker.diff 
 101_pfsync_ftbfs.diff
 103_stat_pipe.diff




More information about the Glibc-bsd-commits mailing list