diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2020-12-23 14:14:04 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2020-12-27 10:57:26 +0000 |
| commit | 7a202823aa54ba18c485bdbcf355269bcfee1ab9 (patch) | |
| tree | a6a53d2d79199defb8e4b96dae58c166f08788cf /sys/bsm | |
| parent | 7cb901bf227f1591f208a9df5ddc948c6124e0a8 (diff) | |
Diffstat (limited to 'sys/bsm')
| -rw-r--r-- | sys/bsm/audit_kevents.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h index 150ecc1b49ac..5b37329078a1 100644 --- a/sys/bsm/audit_kevents.h +++ b/sys/bsm/audit_kevents.h @@ -659,6 +659,7 @@ #define AUE_SHMRENAME 43263 /* FreeBSD-specific. */ #define AUE_REALPATHAT 43264 /* FreeBSD-specific. */ #define AUE_CLOSERANGE 43265 /* FreeBSD-specific. */ +#define AUE_SPECIALFD 43266 /* FreeBSD-specific. */ /* * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the |
