audit: provide AUDITING_TD for !AUDIT case

This commit is contained in:
Mateusz Guzik 2020-07-04 06:21:20 +00:00
parent dccb580624
commit 8e5679aa10

View file

@ -468,6 +468,8 @@ void audit_thread_free(struct thread *td);
#define AUDIT_ARG_VNODE1(vp)
#define AUDIT_ARG_VNODE2(vp)
#define AUDITING_TD(td) 0
#define AUDIT_SYSCALL_ENTER(code, td) 0
#define AUDIT_SYSCALL_EXIT(error, td)