summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.c
diff options
context:
space:
mode:
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;