summaryrefslogtreecommitdiff
path: root/sys/net/if.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if.h')
-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 89b1e843fff..8eb6bce9823 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.h,v 1.66 2005/05/21 21:03:57 henning Exp $ */
+/* $OpenBSD: if.h,v 1.67 2005/05/22 18:23:04 henning Exp $ */
/* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */
/*
@@ -410,6 +410,7 @@ struct if_announcemsghdr {
struct ifg_group {
char ifg_group[IFNAMSIZ];
u_int ifg_refcnt;
+ caddr_t ifg_pf_kif;
TAILQ_ENTRY(ifg_group) ifg_next;
};