summaryrefslogtreecommitdiffstats
path: root/sys/security/audit/audit_bsm.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-07-22 17:08:27 +0000
committerrwatson <rwatson@FreeBSD.org>2008-07-22 17:08:27 +0000
commit127019df41db848f0e0dd92f3306894536a6a08f (patch)
treecabdffb276dae12b02e8e1ae397e71248017316d /sys/security/audit/audit_bsm.c
parent50a48758fbc2810ffad693cc99cea26208f58452 (diff)
downloadFreeBSD-src-127019df41db848f0e0dd92f3306894536a6a08f.zip
FreeBSD-src-127019df41db848f0e0dd92f3306894536a6a08f.tar.gz
Remove unneeded \ at the end of a macro.
Obtained from: Apple Inc. MFC after: 3 days
Diffstat (limited to 'sys/security/audit/audit_bsm.c')
-rw-r--r--sys/security/audit/audit_bsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/audit/audit_bsm.c b/sys/security/audit/audit_bsm.c
index 7e91bc6..7a155e8 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)) { \
OpenPOWER on IntegriCloud