svn commit: r185858 - head/sys/netinet
Robert Watson
rwatson at FreeBSD.org
Wed Dec 10 05:24:39 PST 2008
Author: rwatson
Date: Wed Dec 10 13:24:38 2008
New Revision: 185858
URL: http://svn.freebsd.org/changeset/base/185858
Log:
Remove inconsistent white space from in_pcballoc().
MFC after: pretty soon
Modified:
head/sys/netinet/in_pcb.c
Modified: head/sys/netinet/in_pcb.c
==============================================================================
--- head/sys/netinet/in_pcb.c Wed Dec 10 11:11:43 2008 (r185857)
+++ head/sys/netinet/in_pcb.c Wed Dec 10 13:24:38 2008 (r185858)
@@ -212,7 +212,6 @@ in_pcballoc(struct socket *so, struct in
mac_inpcb_create(so, inp);
SOCK_UNLOCK(so);
#endif
-
#ifdef IPSEC
error = ipsec_init_policy(so, &inp->inp_sp);
if (error != 0) {
@@ -239,7 +238,6 @@ in_pcballoc(struct socket *so, struct in
INP_WLOCK(inp);
inp->inp_gencnt = ++pcbinfo->ipi_gencnt;
inp->inp_refcount = 1; /* Reference from the inpcbinfo */
-
#if defined(IPSEC) || defined(MAC)
out:
if (error != 0) {
More information about the svn-src-head
mailing list