diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2018-02-09 09:35:04 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2018-02-09 09:35:04 +0000 |
commit | d4110c960c1a0ec3e12f45d92424722b598f3226 (patch) | |
tree | bd295f26e6032ea44b23581396705e5631d32ef5 /sys/net/if.c | |
parent | d2ac36cfb9f9fcde05951627706f944e8dd59dab (diff) |
oh carp - i didnt mean to commit these
Diffstat (limited to 'sys/net/if.c')
-rw-r--r-- | sys/net/if.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index 89470799f25..1557cae6cca 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.540 2018/02/09 09:30:37 dlg Exp $ */ +/* $OpenBSD: if.c,v 1.541 2018/02/09 09:35:03 dlg Exp $ */ /* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */ /* @@ -2109,14 +2109,6 @@ ifioctl(struct socket *so, u_long cmd, caddr_t data, struct proc *p) if ((error = suser(p, 0)) != 0) break; /* FALLTHROUGH */ - case SIOCGETKALIVE: - case SIOCGLIFPHYADDR: - case SIOCGLIFPHYRTABLE: - case SIOCGLIFPHYTTL: - case SIOCGIFMEDIA: - case SIOCGVNETID: - case SIOCGIFPAIR: - case SIOCGIFPARENT: default: NET_LOCK(); error = ((*so->so_proto->pr_usrreq)(so, PRU_CONTROL, |