Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Sep 2006 15:04:05 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106296 for review
Message-ID:  <200609181504.k8IF45oT007480@repoman.freebsd.org>

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

Change 106296 by rwatson@rwatson_zoo on 2006/09/18 15:03:38

	Integrate OpenBSM change in constant names in order to reduce
	OpenBSM/FreeBSD diffs.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#34 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#34 (text+ko) ====

@@ -30,7 +30,7 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#33 $
+ * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#34 $
  * $FreeBSD: src/sys/bsm/audit.h,v 1.5 2006/08/26 08:17:58 rwatson Exp $
  */
 
@@ -68,15 +68,10 @@
 #define	AUDIT_TRIGGER_MAX		6
 
 /*
- * Special file that will be read for trigger events from the kernel
- * (FreeBSD).
+ * The special device filename (FreeBSD).
  */
-#define	AUDIT_TRIGGER_FILE	"/dev/audit"
-
-/*
- * The special device filename.
- */
 #define	AUDITDEV_FILENAME	"audit"
+#define	AUDIT_TRIGGER_FILE	("/dev/" AUDITDEV_FILENAME)
 
 /*
  * Pre-defined audit IDs



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