diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2018-06-13 14:55:31 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2018-06-13 14:55:31 +0000 |
| commit | ebc0d5599d0718f3b204f9adb97e738472a2f890 (patch) | |
| tree | 2ddd5e019fd9ac6885668b3d722b68769977bb23 /sys/security | |
| parent | 407a81265773b139139bf167ccbb86d0a77e8540 (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/audit/audit_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit_private.h b/sys/security/audit/audit_private.h index 210af1c30e1c..5e7a3934835e 100644 --- a/sys/security/audit/audit_private.h +++ b/sys/security/audit/audit_private.h @@ -275,7 +275,7 @@ struct audit_record { #define ARG_SADDRINET 0x0000000000100000ULL #define ARG_SADDRINET6 0x0000000000200000ULL #define ARG_SADDRUNIX 0x0000000000400000ULL -#define ARG_TERMID_ADDR 0x0000000000400000ULL +#define ARG_TERMID_ADDR 0x0000000000800000ULL #define ARG_UNUSED2 0x0000000001000000ULL #define ARG_UPATH1 0x0000000002000000ULL #define ARG_UPATH2 0x0000000004000000ULL |
