summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_mroute.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2007-02-14 00:53:49 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2007-02-14 00:53:49 +0000
commit60ae46e6e1480384e517df60d57e8da1680a7f9b (patch)
treef7fc0ca493af9bd455475951a0565f9ea7f4b4af /sys/netinet/ip_mroute.c
parent6904b8f563e3d0b1dfdb40c340fc7a22a019f6b5 (diff)
Consistently spell FALLTHROUGH to appease lint.
ok kettenis@ cloder@ tom@ henning@
Diffstat (limited to 'sys/netinet/ip_mroute.c')
-rw-r--r--sys/netinet/ip_mroute.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c
index cb2334933b1..46257ef5f03 100644
--- a/sys/netinet/ip_mroute.c
+++ b/sys/netinet/ip_mroute.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_mroute.c,v 1.45 2006/06/15 10:11:27 pascoe Exp $ */
+/* $OpenBSD: ip_mroute.c,v 1.46 2007/02/14 00:53:48 jsg Exp $ */
/* $NetBSD: ip_mroute.c,v 1.85 2004/04/26 01:31:57 matt Exp $ */
/*
@@ -371,10 +371,10 @@ mfc_find(struct in_addr *o, struct in_addr *g)
switch (xxs) { \
case 2: \
delta += 1000000; \
- /* fall through */ \
+ /* FALLTHROUGH */ \
case 1: \
delta += 1000000; \
- /* fall through */ \
+ /* FALLTHROUGH */ \
case 0: \
break; \
default: \