aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSUZUKI Shinsuke <suz@FreeBSD.org>2003-04-28 08:21:57 +0000
committerSUZUKI Shinsuke <suz@FreeBSD.org>2003-04-28 08:21:57 +0000
commite8062436867f2f45383cd4e0371d5348e4e8c2bf (patch)
tree7ba6c0399be2824684e5281ab97b2530e84baaf8 /sys
parentac9953bfdd7c0b907ff6478f557cc18278161458 (diff)
downloadsrc-e8062436867f2f45383cd4e0371d5348e4e8c2bf.tar.gz
src-e8062436867f2f45383cd4e0371d5348e4e8c2bf.zip
sync with the latest KAME (just a cosmetic change)
MFC after: 1 day
Notes
Notes: svn path=/head/; revision=114155
Diffstat (limited to 'sys')
-rw-r--r--sys/netinet6/ipcomp_output.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ipcomp_output.c b/sys/netinet6/ipcomp_output.c
index 71e5755c986d..f07e06cd8355 100644
--- a/sys/netinet6/ipcomp_output.c
+++ b/sys/netinet6/ipcomp_output.c
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/* $KAME: ipcomp_output.c,v 1.24 2001/07/26 06:53:18 jinmei Exp $ */
+/* $KAME: ipcomp_output.c,v 1.25 2002/06/09 14:44:00 itojun Exp $ */
/*
* Copyright (C) 1999 WIDE Project.
@@ -296,7 +296,7 @@ ipcomp_output(m, nexthdrp, md, isr, af)
m->m_pkthdr.len += complen;
ipcomp = mtod(md, struct ipcomp *);
}
-
+
bzero(ipcomp, sizeof(*ipcomp));
ipcomp->comp_nxt = *nexthdrp;
*nexthdrp = IPPROTO_IPCOMP;