PERFORCE change 91358 for review
Robert Watson
rwatson at FreeBSD.org
Tue Feb 7 18:12:56 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=91358
Change 91358 by rwatson at 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 */
More information about the p4-projects
mailing list