Date: Sun, 15 Jan 2006 21:43:08 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 89753 for review Message-ID: <200601152143.k0FLh8Bi024375@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=89753 Change 89753 by rwatson@rwatson_fledge on 2006/01/15 21:42:47 Darwin requires stdint.h for new POSIX types. Affected files ... .. //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#9 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#9 (text+ko) ==== @@ -45,6 +45,7 @@ #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?200601152143.k0FLh8Bi024375>