Include audit.h so that the system call path protected by NFS_LEGACYRPC

can audit its arguments.

Submitted by:	Jaakko Heinonen <jh at saunalahti.fi>
MFC after:	1 week
X-MFC-note:	MFC with r188311
This commit is contained in:
Robert Watson 2009-02-23 23:04:15 +00:00
parent 86f087370b
commit 8181cc27e8

View File

@ -73,6 +73,8 @@ __FBSDID("$FreeBSD$");
#include <nfsserver/nfsm_subs.h>
#include <nfsserver/nfsrvcache.h>
#include <security/audit/audit.h>
#ifdef NFS_LEGACYRPC
static MALLOC_DEFINE(M_NFSSVC, "nfss_srvsock", "Nfs server structure");