diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-01-14 11:49:02 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-01-14 11:49:02 +0000 |
commit | f5f63b1ddfa0518d3d82b005347bcc1ad09c224e (patch) | |
tree | 45d7e3f13008c2d5f3a0ee7143265ae69bb2a340 /sys/net/if.h | |
parent | 2897cdf6be3c1fd8ba3b5fc6b30690cb4a6e9c35 (diff) |
remove old ifgroups ioctls
the old ifgroups haven't been in use ever really, and the new
implementation is 3 months old today. theo ok (3 months ago)
Diffstat (limited to 'sys/net/if.h')
-rw-r--r-- | sys/net/if.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/net/if.h b/sys/net/if.h index 64be1d6b9e5..670b792058e 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if.h,v 1.62 2004/12/07 20:38:46 mcbride Exp $ */ +/* $OpenBSD: if.h,v 1.63 2005/01/14 11:49:01 henning Exp $ */ /* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */ /* @@ -434,21 +434,6 @@ struct ifgroupreq { #define ifgr_groups ifgr_ifgru.ifgru_groups }; -/* XXX henning removes this 20050115, compat shitz */ -struct oifgroup { - char ifg_group[IFNAMSIZ]; - TAILQ_ENTRY(oifgroup) ifg_next; -}; - -struct oifgroupreq { - char ifgr_name[IFNAMSIZ]; - u_int ifgr_len; - union { - char ifgru_group[IFNAMSIZ]; - struct oifgroup *ifgru_groups; - } ifgr_ifgru; -}; - /* * Interface request structure used for socket * ioctl's. All interface ioctl's must have parameter |