summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2010-07-24 22:16:14 +0000
committerrmacklem <rmacklem@FreeBSD.org>2010-07-24 22:16:14 +0000
commite7d319e53e78804894cb2b7d4ef6fa8fc6207085 (patch)
tree58f1ac82878e5a249e82e72c0c2c5e8f107486f8 /usr.sbin
parentc7c4e3ebae85ae531fe298149a6ce0b2a0643a04 (diff)
downloadFreeBSD-src-e7d319e53e78804894cb2b7d4ef6fa8fc6207085.zip
FreeBSD-src-e7d319e53e78804894cb2b7d4ef6fa8fc6207085.tar.gz
Fix the include path for nfs_lock.h.
MFC after: 2 weeks
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rpc.lockd/kern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.lockd/kern.c b/usr.sbin/rpc.lockd/kern.c
index c99f326..3c0fe04 100644
--- a/usr.sbin/rpc.lockd/kern.c
+++ b/usr.sbin/rpc.lockd/kern.c
@@ -54,7 +54,7 @@ __FBSDID("$FreeBSD$");
#include "nlm_prot.h"
#include <nfs/nfsproto.h>
-#include <nfsclient/nfs_lock.h>
+#include <nfs/nfs_lock.h>
#include "lockd.h"
#include "lockd_lock.h"
OpenPOWER on IntegriCloud