diff options
author | gww <gww@eng.sun.com> | 2008-09-05 15:19:28 -0700 |
---|---|---|
committer | gww <gww@eng.sun.com> | 2008-09-05 15:19:28 -0700 |
commit | 0ad2061eab39cb8631cb8f2e91ce483699f50425 (patch) | |
tree | 8d80a5b0b15bc3c3518f8e49b39d3f7e94c0acf2 /usr/src/lib/libbsm/common/adt.h | |
parent | 5f5c9f543dcccb83e22c01ff9258af8272977efe (diff) | |
download | illumos-joyent-0ad2061eab39cb8631cb8f2e91ce483699f50425.tar.gz |
6735455 libbsm adt interfaces do not support alternate event tables.
PSARC/2008/559 Support for Alternate Audit Record Tables
6636389 The adt.xml compiler can generate a bad adt_preload() for userland events of mixed case
6737982 adt_put_event should return EPERM
Diffstat (limited to 'usr/src/lib/libbsm/common/adt.h')
-rw-r--r-- | usr/src/lib/libbsm/common/adt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libbsm/common/adt.h b/usr/src/lib/libbsm/common/adt.h index 50f834856b..969baed722 100644 --- a/usr/src/lib/libbsm/common/adt.h +++ b/usr/src/lib/libbsm/common/adt.h @@ -30,8 +30,6 @@ #ifndef _ADT_H #define _ADT_H -#pragma ident "%Z%%M% %I% %E% SMI" - #include <bsm/audit.h> #include <bsm/libbsm.h> #include <bsm/audit_record.h> @@ -70,6 +68,7 @@ typedef struct adt_session_data adt_session_data_t; typedef struct adt_export_data adt_export_data_t; typedef union adt_event_data adt_event_data_t; typedef struct adt_termid adt_termid_t; +typedef struct translation adt_translation_t; /* * flag defs for the flags argument of adt_start_session() |