Date: Wed, 10 Dec 2008 13:24:38 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r185858 - head/sys/netinet Message-ID: <200812101324.mBADOcR3031434@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812101324.mBADOcR3031434>