[Glibc-bsd-commits] r5666 - trunk/glibc-ports/kfreebsd/net

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sat Oct 25 01:08:34 UTC 2014


Author: stevenc-guest
Date: 2014-10-25 01:08:34 +0000 (Sat, 25 Oct 2014)
New Revision: 5666

Modified:
   trunk/glibc-ports/kfreebsd/net/if.h
Log:
Forgot to include this in r5651 commit:

Update net/if.h with kernel 10.1's struct if_msghdr size, for which
the workaround in r5651 was needed (Closes: #740509)


Modified: trunk/glibc-ports/kfreebsd/net/if.h
===================================================================
--- trunk/glibc-ports/kfreebsd/net/if.h	2014-10-23 00:59:21 UTC (rev 5665)
+++ trunk/glibc-ports/kfreebsd/net/if.h	2014-10-25 01:08:34 UTC (rev 5666)
@@ -93,6 +93,7 @@
 	unsigned long	ifi_hwassist;		/* HW offload capabilities, see IFCAP */
 	time_t	ifi_epoch;		/* uptime at attach or stat reset */
 	struct	timeval ifi_lastchange;	/* time of last administrative change */
+	unsigned long	ifi_oqdrops;		/* dropped on output */
 };
 
 /*-




More information about the Glibc-bsd-commits mailing list