summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/bsm/libbsm.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-06-27 18:06:41 +0000
committerrwatson <rwatson@FreeBSD.org>2006-06-27 18:06:41 +0000
commit02d6c5b525eb33f2cb80e79944dc5182be119e2c (patch)
treee75771e43b8b10a3afb7a3dbbe6f2bc79e8214a1 /contrib/openbsm/bsm/libbsm.h
parentf7669e641742373606ef85a4855b7028f5b564a5 (diff)
downloadFreeBSD-src-02d6c5b525eb33f2cb80e79944dc5182be119e2c.zip
FreeBSD-src-02d6c5b525eb33f2cb80e79944dc5182be119e2c.tar.gz
Vendor import of OpenBSM 1.0 alpha 7, with the following change history
notes: - Adopted Solaris-compatible format for subject32_ex and subject64_ex tokens, which previously did not correctly implement variable length address storage. - Prefer inttypes.h to stdint.h; enhance queue.h detection to test for TAILQ_FOREACH_SAFE(), which is present in recent BSD queue.h's, but not older ones. OpenBSM now builds on some FreeBSD 4.x version. - New event types for extended attributes, ACLs, and scheduling. Obtained from: TrustedBSD Project
Diffstat (limited to 'contrib/openbsm/bsm/libbsm.h')
-rw-r--r--contrib/openbsm/bsm/libbsm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openbsm/bsm/libbsm.h b/contrib/openbsm/bsm/libbsm.h
index 45af631..2efdace 100644
--- a/contrib/openbsm/bsm/libbsm.h
+++ b/contrib/openbsm/bsm/libbsm.h
@@ -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#20 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bsm/libbsm.h#21 $
*/
#ifndef _LIBBSM_H_
@@ -43,7 +43,7 @@
#include <sys/types.h>
#include <sys/cdefs.h>
-#include <stdint.h> /* Required for audit.h. */
+#include <inttypes.h> /* Required for audit.h. */
#include <time.h> /* Required for clock_t on Linux. */
#include <bsm/audit.h>
OpenPOWER on IntegriCloud