summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2007-02-14 00:53:47 +0000
committerjsg <jsg@openbsd.org>2007-02-14 00:53:47 +0000
commit83344e41421b7b24c3a018529e91e580978b87cc (patch)
tree07d05bf79ea9f82571ca07f6e04bd57f9c612f79 /sys/netinet/in.c
parentbus_space does byte swapping to cope with host endianness for us, so remove (diff)
downloadwireguard-openbsd-83344e41421b7b24c3a018529e91e580978b87cc.tar.xz
wireguard-openbsd-83344e41421b7b24c3a018529e91e580978b87cc.zip
Consistently spell FALLTHROUGH to appease lint.
ok kettenis@ cloder@ tom@ henning@
Diffstat (limited to 'sys/netinet/in.c')
-rw-r--r--sys/netinet/in.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in.c b/sys/netinet/in.c
index ef465658c04..8d21e073a4b 100644
--- a/sys/netinet/in.c
+++ b/sys/netinet/in.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.c,v 1.45 2007/01/02 11:41:28 markus Exp $ */
+/* $OpenBSD: in.c,v 1.46 2007/02/14 00:53:48 jsg Exp $ */
/* $NetBSD: in.c,v 1.26 1996/02/13 23:41:39 christos Exp $ */
/*
@@ -234,7 +234,7 @@ in_control(so, cmd, data, ifp)
case SIOCDLIFADDR:
if ((so->so_state & SS_PRIV) == 0)
return (EPERM);
- /*fall through*/
+ /* FALLTHROUGH */
case SIOCGLIFADDR:
if (!ifp)
return EINVAL;