diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2020-04-24 01:27:25 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2020-04-24 01:27:25 +0000 |
commit | ca9cba33a5202d8b9fb638796fe37b2a974184ee (patch) | |
tree | 9511cae4c8a3bd1478656430bb09cddfd7ad9894 /sys/bsm | |
parent | c5ad81420c495d1d5de04209b0ec4fcb435c322c (diff) | |
download | src-ca9cba33a5202d8b9fb638796fe37b2a974184ee.tar.gz src-ca9cba33a5202d8b9fb638796fe37b2a974184ee.zip |
bsm: add AUE_CLOSERANGE
AUE_CLOSERANGE has been accepted upstream as 43265; AUE_REALPATHAT has now
been upstreamed.
Notes
Notes:
svn path=/head/; revision=360235
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 58582e235635..150ecc1b49ac 100644 --- a/sys/bsm/audit_kevents.h +++ b/sys/bsm/audit_kevents.h @@ -658,6 +658,7 @@ #define AUE_EXECVEAT 43262 /* FreeBSD/Linux. */ #define AUE_SHMRENAME 43263 /* FreeBSD-specific. */ #define AUE_REALPATHAT 43264 /* FreeBSD-specific. */ +#define AUE_CLOSERANGE 43265 /* FreeBSD-specific. */ /* * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the |