diff options
author | rwatson <rwatson@FreeBSD.org> | 2008-07-22 17:08:27 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2008-07-22 17:08:27 +0000 |
commit | 127019df41db848f0e0dd92f3306894536a6a08f (patch) | |
tree | cabdffb276dae12b02e8e1ae397e71248017316d | |
parent | 50a48758fbc2810ffad693cc99cea26208f58452 (diff) | |
download | FreeBSD-src-127019df41db848f0e0dd92f3306894536a6a08f.zip FreeBSD-src-127019df41db848f0e0dd92f3306894536a6a08f.tar.gz |
Remove unneeded \ at the end of a macro.
Obtained from: Apple Inc.
MFC after: 3 days
-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 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)) { \ |