diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2008-07-22 17:08:27 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2008-07-22 17:08:27 +0000 |
| commit | 1814e5b74883cc86a84f49f6da588c128360aec0 (patch) | |
| tree | cabdffb276dae12b02e8e1ae397e71248017316d /sys/security | |
| parent | 3c4636a7d4aa319980135eae2b12fa49f76408dd (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/audit/audit_bsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit_bsm.c b/sys/security/audit/audit_bsm.c index 7e91bc62a22e..7a155e8ce563 100644 --- a/sys/security/audit/audit_bsm.c +++ b/sys/security/audit/audit_bsm.c @@ -230,7 +230,7 @@ kau_free(struct au_record *rec) tok = au_to_arg32(argn, "process", ar->ar_arg_pid); \ kau_write(rec, tok); \ } \ -} while (0) \ +} while (0) #define EXTATTR_TOKENS do { \ if (ARG_IS_VALID(kar, ARG_VALUE)) { \ |
