svn commit: r213944 - stable/7/sys/netipsec

Bjoern A. Zeeb bz at FreeBSD.org
Sun Oct 17 03:13:30 UTC 2010


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"));


More information about the svn-src-all mailing list