svn commit: r362920 - head/sys/security/audit

Mateusz Guzik mjg at FreeBSD.org
Sat Jul 4 06:21:20 UTC 2020


Author: mjg
Date: Sat Jul  4 06:21:20 2020
New Revision: 362920
URL: https://svnweb.freebsd.org/changeset/base/362920

Log:
  audit: provide AUDITING_TD for !AUDIT case

Modified:
  head/sys/security/audit/audit.h

Modified: head/sys/security/audit/audit.h
==============================================================================
--- head/sys/security/audit/audit.h	Sat Jul  4 03:30:19 2020	(r362919)
+++ head/sys/security/audit/audit.h	Sat Jul  4 06:21:20 2020	(r362920)
@@ -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)
 


More information about the svn-src-all mailing list