PERFORCE change 163576 for review

Marko Zec zec at FreeBSD.org
Fri Jun 5 15:59:38 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=163576

Change 163576 by zec at zec_tpx32 on 2009/06/05 15:59:12

	Style improvement.
	Pointed out by:	bz

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netipsec/ipsec.c#33 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netipsec/ipsec.c#33 (text+ko) ====

@@ -1810,13 +1810,13 @@
 	return (0);
 }
 
-/* XXX revisit this! */
 #ifdef VIMAGE
 static int
-ipsec_idetach(unused)
-	const void *unused;
+ipsec_idetach(const void *unused __unused)
 {
 
+	/* XXX revisit this! */
+
 	return (0);
 }
 #endif


More information about the p4-projects mailing list