PERFORCE change 99367 for review

Robert Watson rwatson at FreeBSD.org
Fri Jun 16 20:25:44 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=99367

Change 99367 by rwatson at rwatson_peppercorn on 2006/06/16 20:24:42

	Nested include sys/time.h since it is required, rathe than forward
	declare -- the arguments aren't struct timeval *, they're plain
	struct timeval.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bsm/audit_record.h#19 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/audit_record.h#19 (text+ko) ====

@@ -30,12 +30,14 @@
  *
  * @APPLE_BSD_LICENSE_HEADER_END@
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_record.h#18 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/audit_record.h#19 $
  */
 
 #ifndef _BSM_AUDIT_RECORD_H_
 #define _BSM_AUDIT_RECORD_H_
 
+#include <sys/time.h>			/* struct timeval */
+
 /*
  * Token type identifiers.
  */
@@ -220,7 +222,6 @@
 struct sockaddr_in;
 struct sockaddr_in6;
 struct sockaddr_un;
-struct timeval;
 #if defined(_KERNEL) || defined(KERNEL)
 struct vnode_au_info;
 #endif


More information about the trustedbsd-cvs mailing list