Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2006 02:12:54 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91358 for review
Message-ID:  <200602080212.k182CsH2037636@repoman.freebsd.org>

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

Change 91358 by rwatson@rwatson_peppercorn on 2006/02/08 02:12:47

	Include <stdint.h> before <bsm/audit.h>, as audit.h depends on
	types defined in stdint.h.  Required for Darwin build.

Affected files ...

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

Differences ...

==== //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#15 (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#14 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#15 $
  */
 
 #ifndef _LIBBSM_H_
@@ -44,11 +44,12 @@
 #include <sys/cdefs.h>
 #include <sys/queue.h>
 
+#include <stdint.h>		/* Required for audit.h. */
+
 #include <bsm/audit.h>
 #include <bsm/audit_record.h>
 
 #include <stdio.h>
-#include <stdint.h>
 
 #ifdef __APPLE__
 #include <mach/mach.h>		/* audit_token_t */



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