aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_subs.c
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2011-05-06 20:02:19 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2011-05-06 20:02:19 +0000
commitf9de8782aa9892cf25df17ceb047770de1ad0a4e (patch)
tree604280adacc908830268c7fccbb230ef605274b8 /sys/nfsclient/nfs_subs.c
parent10ccc5e3898542484bb0e364ed3fee31b0c22075 (diff)
downloadsrc-f9de8782aa9892cf25df17ceb047770de1ad0a4e.tar.gz
src-f9de8782aa9892cf25df17ceb047770de1ad0a4e.zip
Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h so
it can be used by the new NFS client as well as the old one.
Notes
Notes: svn path=/head/; revision=221543
Diffstat (limited to 'sys/nfsclient/nfs_subs.c')
-rw-r--r--sys/nfsclient/nfs_subs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c
index e1ecd1972b84..fe4f5cc545a1 100644
--- a/sys/nfsclient/nfs_subs.c
+++ b/sys/nfsclient/nfs_subs.c
@@ -69,7 +69,7 @@ __FBSDID("$FreeBSD$");
#include <nfs/nfsproto.h>
#include <nfsclient/nfs.h>
#include <nfsclient/nfsnode.h>
-#include <nfsclient/nfs_kdtrace.h>
+#include <nfs/nfs_kdtrace.h>
#include <nfs/xdr_subs.h>
#include <nfsclient/nfsm_subs.h>
#include <nfsclient/nfsmount.h>