Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Aug 2006 12:32:25 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 104209 for review
Message-ID:  <200608161232.k7GCWPv7057253@repoman.freebsd.org>

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

Change 104209 by rwatson@rwatson_zoo on 2006/08/16 12:31:56

	Comment no longer needed, values confirmed in OpenSolaris.
	
	Annotate meaning of constants.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#22 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#22 (text+ko) ====

@@ -26,7 +26,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#21 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#22 $
  */
 
 #ifndef _LIBBSM_H_
@@ -82,11 +82,10 @@
 #define	BSM_TEXTBUFSZ		MAX_AUDITSTRING_LEN	/* OpenSSH compatibility */
 
 /*
- * These are referenced in Solaris 9 au_open(3BSM); values are guesses.
- * Provided for OpenSSH compatibility.
+ * Arguments to au_close(3).
  */
-#define	AU_TO_NO_WRITE		0
-#define	AU_TO_WRITE		1
+#define	AU_TO_NO_WRITE		0	/* Abandon audit record. */
+#define	AU_TO_WRITE		1	/* Commit audit record. */
 
 __BEGIN_DECLS
 struct au_event_ent {



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