Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 2010 03:13:30 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r213944 - stable/7/sys/netipsec
Message-ID:  <201010170313.o9H3DUud001319@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Sun Oct 17 03:13:30 2010
New Revision: 213944
URL: http://svn.freebsd.org/changeset/base/213944

Log:
  MFC r213836:
  
    Style: make the asterisk go with the variable name, not the type.

Modified:
  stable/7/sys/netipsec/ipsec_output.c
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/netipsec/ipsec_output.c
==============================================================================
--- stable/7/sys/netipsec/ipsec_output.c	Sun Oct 17 00:18:26 2010	(r213943)
+++ stable/7/sys/netipsec/ipsec_output.c	Sun Oct 17 03:13:30 2010	(r213944)
@@ -705,7 +705,7 @@ ipsec6_output_tunnel(struct ipsec_output
 	struct ipsecrequest *isr;
 	struct secasindex saidx;
 	int error;
-	struct sockaddr_in6* dst6;
+	struct sockaddr_in6 *dst6;
 	struct mbuf *m;
 
 	IPSEC_ASSERT(state != NULL, ("null state"));



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010170313.o9H3DUud001319>