Skip to content

Commit

Permalink
Correct macro names and signatures for !AUDIT versions of canonical
Browse files Browse the repository at this point in the history
path auditing.

Obtained from:	TrustedBSD Project
MFC after:	3 weeks
Sponsored by:	DARPA, AFRL
  • Loading branch information
rwatson committed Mar 31, 2017
1 parent 15bcf78 commit 475e1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/security/audit/audit.h
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,9 @@ void audit_thread_free(struct thread *td);
#define AUDIT_ARG_TEXT(text)
#define AUDIT_ARG_UID(uid)
#define AUDIT_ARG_UPATH1(td, dirfd, upath)
#define AUDIT_ARG_UPATH1_NONCANON(td, upath)
#define AUDIT_ARG_UPATH1_CANON(upath)
#define AUDIT_ARG_UPATH2(td, dirfd, upath)
#define AUDIT_ARG_UPATH2_NONCANON(td, upath)
#define AUDIT_ARG_UPATH2_CANON(upath)
#define AUDIT_ARG_VALUE(value)
#define AUDIT_ARG_VNODE1(vp)
#define AUDIT_ARG_VNODE2(vp)
Expand Down

0 comments on commit 475e1fc

Please sign in to comment.