Skip to content

Commit

Permalink
FALLTHROUGH is a lint keyword, must use all-capital. openbsd.
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Feb 14, 2007
1 parent f361071 commit aee3415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/sys/netinet6/raw_ip6.c
@@ -1,4 +1,4 @@
/* $KAME: raw_ip6.c,v 1.166 2005/10/20 07:57:58 kei Exp $ */
/* $KAME: raw_ip6.c,v 1.167 2007/02/14 10:25:55 itojun Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -791,7 +791,7 @@ rip6_usrreq(so, req, m, nam, control, p)

case PRU_ABORT:
soisdisconnected(so);
/* Fallthrough */
/* FALLTHROUGH */
case PRU_DETACH:
if (in6p == 0)
panic("rip6_detach");
Expand Down

0 comments on commit aee3415

Please sign in to comment.