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.c | |
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.c')
-rw-r--r-- | sys/net/if.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index 58d58735e42..2cd508e8d0a 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.100 2004/12/20 07:24:38 pascoe Exp $ */ +/* $OpenBSD: if.c,v 1.101 2005/01/14 11:49:01 henning Exp $ */ /* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */ /* @@ -1304,12 +1304,6 @@ ifioctl(so, cmd, data, p) } break; - case OSIOCAIFGROUP: - case OSIOCGIFGROUP: - case OSIOCDIFGROUP: - return (EINVAL); - break; - case SIOCAIFGROUP: if ((error = suser(p, 0))) return (error); |