diff options
| author | Ka Ho Ng <khng@FreeBSD.org> | 2021-08-05 15:20:42 +0000 |
|---|---|---|
| committer | Ka Ho Ng <khng@FreeBSD.org> | 2021-08-05 15:20:42 +0000 |
| commit | 0dc332bff200c940edc36c4715b629a2e1e9f9ae (patch) | |
| tree | 0c2995d8ed48879914d30fbc7228f0e718316fad /sys/bsm | |
| parent | abbb57d5a647f91847a860bd25b4f109c3abb390 (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 eeb928ecafdc..0da82de1fbcb 100644 --- a/sys/bsm/audit_kevents.h +++ b/sys/bsm/audit_kevents.h @@ -662,6 +662,7 @@ #define AUE_SPECIALFD 43266 /* FreeBSD-specific. */ #define AUE_AIO_WRITEV 43267 /* FreeBSD-specific. */ #define AUE_AIO_READV 43268 /* FreeBSD-specific. */ +#define AUE_FSPACECTL 43269 /* FreeBSD-specific. */ /* * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the |
