PERFORCE change 98826 for review

Robert Watson rwatson at FreeBSD.org
Thu Jun 8 21:53:12 UTC 2006


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

Change 98826 by rwatson at rwatson_sesame on 2006/06/08 20:06:34

	Prefer C to C++ comments per style(9).

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/security/audit/audit_trigger.c#11 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/security/audit/audit_trigger.c#11 (text+ko) ====

@@ -59,7 +59,7 @@
 {
 	int error;
 
-	// Only one process may open the device at a time
+	/* Only one process may open the device at a time. */
 	mtx_lock(&audit_trigger_mtx);
 	if (!audit_isopen) {
 		error = 0;


More information about the p4-projects mailing list