summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorMarco Pfatschbacher <mpf@cvs.openbsd.org>2007-11-18 12:51:49 +0000
committerMarco Pfatschbacher <mpf@cvs.openbsd.org>2007-11-18 12:51:49 +0000
commit646b08167eea1d425c76dacc8d62033c479930f6 (patch)
tree36618f59e2c0e4c74728587c17f8b0deb382f598 /sys/net
parent9232e3e0a24a4dbac8d4d99d790fae7c3606051e (diff)
Sync struct ifaltq to match struct ifqueue.
I wonder why 64-bit archs have not been bitten by this. OK mcbride@, henning@
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 552e7b07401..c2adb9e9a36 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.h,v 1.92 2007/09/03 15:24:49 claudio Exp $ */
+/* $OpenBSD: if.h,v 1.93 2007/11/18 12:51:48 mpf Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -135,6 +135,7 @@ struct if_data {
/*
* Structure defining a queue for a network interface.
+ * XXX keep in sync with struct ifaltq.
*/
struct ifqueue {
struct mbuf *ifq_head;