summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/ip6_output.c')
-rw-r--r--sys/netinet6/ip6_output.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c
index 2a7c6dd02c1..266098845c1 100644
--- a/sys/netinet6/ip6_output.c
+++ b/sys/netinet6/ip6_output.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_output.c,v 1.61 2002/05/31 03:20:01 itojun Exp $ */
+/* $OpenBSD: ip6_output.c,v 1.62 2002/06/07 04:13:10 itojun Exp $ */
/* $KAME: ip6_output.c,v 1.172 2001/03/25 09:55:56 itojun Exp $ */
/*
@@ -964,7 +964,7 @@ freehdrs:
m_freem(exthdrs.ip6e_dest1);
m_freem(exthdrs.ip6e_rthdr);
m_freem(exthdrs.ip6e_dest2);
- /* fall through */
+ /* FALLTHROUGH */
bad:
m_freem(m);
goto done;
@@ -1247,7 +1247,7 @@ ip6_ctloutput(op, so, level, optname, mp)
error = EPERM;
break;
}
- /* fall through */
+ /* FALLTHROUGH */
case IPV6_UNICAST_HOPS:
case IPV6_RECVOPTS:
case IPV6_RECVRETOPTS:
@@ -1484,7 +1484,7 @@ ip6_ctloutput(op, so, level, optname, mp)
error = EPERM;
break;
}
- /* fall through */
+ /* FALLTHROUGH */
case IPV6_UNICAST_HOPS:
case IPV6_RECVOPTS:
case IPV6_RECVRETOPTS: