diff options
author | 2017-11-13 14:55:47 +0000 | |
---|---|---|
committer | 2017-11-13 14:55:47 +0000 | |
commit | 5b918509195c828158f18133564c6664ac523d35 (patch) | |
tree | f088c1ac27db94d806060ff4ca37abb606e647c6 | |
parent | Do not call splassert_fail() if splassert_ctl is <= 0. (diff) | |
download | wireguard-openbsd-5b918509195c828158f18133564c6664ac523d35.tar.xz wireguard-openbsd-5b918509195c828158f18133564c6664ac523d35.zip |
Remove useless comment about if_ioctl() & reduce grep noise.
-rw-r--r-- | sys/net/if_gif.c | 3 |
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: |