svn commit: r213836 - head/sys/netipsec

Bjoern A. Zeeb bz at FreeBSD.org
Thu Oct 14 14:49:49 UTC 2010


Author: bz
Date: Thu Oct 14 14:49:49 2010
New Revision: 213836
URL: http://svn.freebsd.org/changeset/base/213836

Log:
  Style: make the asterisk go with the variable name, not the type.
  
  MFC after:	3 days

Modified:
  head/sys/netipsec/ipsec_output.c

Modified: head/sys/netipsec/ipsec_output.c
==============================================================================
--- head/sys/netipsec/ipsec_output.c	Thu Oct 14 14:48:11 2010	(r213835)
+++ head/sys/netipsec/ipsec_output.c	Thu Oct 14 14:49:49 2010	(r213836)
@@ -758,7 +758,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