summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ah.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_ah.c')
-rw-r--r--sys/netinet/ip_ah.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_ah.c b/sys/netinet/ip_ah.c
index 85d8fd0c245..db6ae7b46ed 100644
--- a/sys/netinet/ip_ah.c
+++ b/sys/netinet/ip_ah.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_ah.c,v 1.88 2007/02/08 15:25:30 itojun Exp $ */
+/* $OpenBSD: ip_ah.c,v 1.89 2007/02/14 00:53:48 jsg Exp $ */
/*
* The authors of this code are John Ioannidis (ji@tla.org),
* Angelos D. Keromytis (kermit@csd.uch.gr) and
@@ -311,7 +311,7 @@ ah_massage_headers(struct mbuf **m0, int proto, int skip, int alg, int out)
sizeof(struct in_addr),
&(ip->ip_dst), sizeof(struct in_addr));
- /* Fall through */
+ /* FALLTHROUGH */
default:
/* Sanity check for option length. */
if (ptr[off + 1] < 2) {