summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2017-11-13 14:55:47 +0000
committermpi <mpi@openbsd.org>2017-11-13 14:55:47 +0000
commit5b918509195c828158f18133564c6664ac523d35 (patch)
treef088c1ac27db94d806060ff4ca37abb606e647c6
parentDo not call splassert_fail() if splassert_ctl is <= 0. (diff)
downloadwireguard-openbsd-5b918509195c828158f18133564c6664ac523d35.tar.xz
wireguard-openbsd-5b918509195c828158f18133564c6664ac523d35.zip
Remove useless comment about if_ioctl() & reduce grep noise.
-rw-r--r--sys/net/if_gif.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c
index 72c30004d31..64a4cc8b9af 100644
--- a/sys/net/if_gif.c
+++ b/sys/net/if_gif.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_gif.c,v 1.101 2017/10/25 09:24:09 mpi Exp $ */
+/* $OpenBSD: if_gif.c,v 1.102 2017/11/13 14:55:47 mpi Exp $ */
/* $KAME: if_gif.c,v 1.43 2001/02/20 08:51:07 itojun Exp $ */
/*
@@ -466,7 +466,6 @@ gif_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
break;
case SIOCSIFFLAGS:
- /* if_ioctl() takes care of it */
break;
case SIOCSIFMTU: