From 8181cc27e882cdfafe7e2664040171b7cf14b66d Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Mon, 23 Feb 2009 23:04:15 +0000 Subject: [PATCH] Include audit.h so that the system call path protected by NFS_LEGACYRPC can audit its arguments. Submitted by: Jaakko Heinonen MFC after: 1 week X-MFC-note: MFC with r188311 --- sys/nfsserver/nfs_syscalls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/nfsserver/nfs_syscalls.c b/sys/nfsserver/nfs_syscalls.c index 98244773e860..326d623e92be 100644 --- a/sys/nfsserver/nfs_syscalls.c +++ b/sys/nfsserver/nfs_syscalls.c @@ -73,6 +73,8 @@ __FBSDID("$FreeBSD$"); #include #include +#include + #ifdef NFS_LEGACYRPC static MALLOC_DEFINE(M_NFSSVC, "nfss_srvsock", "Nfs server structure");