PERFORCE change 92476 for review
Robert Watson
rwatson at FreeBSD.org
Mon Feb 27 10:56:25 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=92476
Change 92476 by rwatson at 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. */
More information about the trustedbsd-cvs
mailing list