diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2012-11-13 12:52:31 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2012-11-13 12:52:31 +0000 |
commit | f13b5a0f0198974e979d1cedd9759db46201bf42 (patch) | |
tree | 9144bfce419068b77a3142b83020e456fa156551 /sys/bsm | |
parent | 84590fd8e5b7c3cb9c6e9f01792f8395ae8ef8c2 (diff) | |
download | src-f13b5a0f0198974e979d1cedd9759db46201bf42.tar.gz src-f13b5a0f0198974e979d1cedd9759db46201bf42.zip |
Notes
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 f4f77a55163b..3eb2e3abb7d7 100644 --- a/sys/bsm/audit_kevents.h +++ b/sys/bsm/audit_kevents.h @@ -602,6 +602,7 @@ #define AUE_PDKILL 43198 /* FreeBSD. */ #define AUE_PDGETPID 43199 /* FreeBSD. */ #define AUE_PDWAIT 43200 /* FreeBSD. */ +#define AUE_WAIT6 43201 /* FreeBSD. */ /* * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the |