diff options
Diffstat (limited to 'sys/net/pf.c')
-rw-r--r-- | sys/net/pf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c index 50ee55615cf..1674af2c81d 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.524 2007/02/08 15:24:24 itojun Exp $ */ +/* $OpenBSD: pf.c,v 1.525 2007/02/14 00:53:48 jsg Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -6355,7 +6355,7 @@ pf_test6(int dir, struct ifnet *ifp, struct mbuf **m0, ip6->ip6_dst = finaldst; } } - /* fallthrough */ + /* FALLTHROUGH */ } case IPPROTO_AH: case IPPROTO_HOPOPTS: |