Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2006 20:07:23 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 98826 for review
Message-ID:  <200606082007.k58K7N8K062465@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=98826

Change 98826 by rwatson@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;



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