On Wed, Aug 05, 2020 at 11:00:00AM +1000, David Gwynne wrote:
> can't they be caught by the default case now?
Obviously...


Index: net/if.c
===================================================================
RCS file: /cvs/src/sys/net/if.c,v
retrieving revision 1.617
diff -u -p -r1.617 if.c
--- net/if.c    4 Aug 2020 09:32:05 -0000       1.617
+++ net/if.c    5 Aug 2020 06:24:33 -0000
@@ -2163,9 +2163,7 @@ ifioctl(struct socket *so, u_long cmd, c
        case SIOCBRDGSIFCOST:
        case SIOCBRDGSTXHC:
        case SIOCBRDGSPROTO:
-       case SIOCSWGDPID:
        case SIOCSWSPORTNO:
-       case SIOCSWGMAXFLOW:
 #endif
                if ((error = suser(p)) != 0)
                        break;

Reply via email to