Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2006 18:55:14 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92476 for review
Message-ID:  <200602271855.k1RItEpC033282@repoman.freebsd.org>

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

Change 92476 by rwatson@rwatson_fledge on 2006/02/27 18:55:03

	queue macros now required only for access to internal audit data
	structures, rather than public ones.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#10 edit
.. //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#18 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#10 (text+ko) ====

@@ -34,12 +34,14 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#9 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_internal.h#10 $
  */
 
 #ifndef _AUDIT_INTERNAL_H
 #define	_AUDIT_INTERNAL_H
 
+#include <sys/queue.h>
+
 /*
  * audit_internal.h contains private interfaces that are shared by user space
  * and the kernel for the purposes of assembling audit records.  Applications

==== //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#18 (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#17 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#18 $
  */
 
 #ifndef _LIBBSM_H_
@@ -42,7 +42,6 @@
 
 #include <sys/types.h>
 #include <sys/cdefs.h>
-#include <sys/queue.h>
 
 #include <stdint.h>		/* Required for audit.h. */
 #include <time.h>		/* Required for clock_t on Linux. */



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