diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-12-07 09:16:08 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-12-07 09:16:08 +0000 |
commit | d3d53550233ff51d54223f0038313c8832f83f95 (patch) | |
tree | c803d146a9266ff26b4738b2ceda528b0046b5be /sys/netinet6/ip6_forward.c | |
parent | 682a9f58ff9b22f31d9c8a39ef0588efb6dc8b6f (diff) |
whitespace/comment sync with kame
Diffstat (limited to 'sys/netinet6/ip6_forward.c')
-rw-r--r-- | sys/netinet6/ip6_forward.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netinet6/ip6_forward.c b/sys/netinet6/ip6_forward.c index ee64e4f054f..3b12d1f32c4 100644 --- a/sys/netinet6/ip6_forward.c +++ b/sys/netinet6/ip6_forward.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip6_forward.c,v 1.19 2001/11/30 07:59:17 itojun Exp $ */ +/* $OpenBSD: ip6_forward.c,v 1.20 2001/12/07 09:16:07 itojun Exp $ */ /* $KAME: ip6_forward.c,v 1.75 2001/06/29 12:42:13 jinmei Exp $ */ /* @@ -263,7 +263,7 @@ ip6_forward(m, srcrt) break; default: printf("ip6_output (ipsec): error code %d\n", error); - /*fall through*/ + /* fall through */ case ENOENT: /* don't show these error codes to the user */ break; @@ -517,7 +517,6 @@ senderr: #endif if (mcopy == NULL) return; - switch (error) { case 0: #if 1 |