summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-06-20 08:46:40 +0000
committerstas <stas@FreeBSD.org>2009-06-20 08:46:40 +0000
commit609c925aa49142866bde4b0b3cf31c7e790673a2 (patch)
treecbaeda99ee87408501fcd66b1ec2b024121fa9da /usr.sbin
parent19f69f425d4d9a3f52ef042e1b20bed21a633b47 (diff)
downloadFreeBSD-src-609c925aa49142866bde4b0b3cf31c7e790673a2.zip
FreeBSD-src-609c925aa49142866bde4b0b3cf31c7e790673a2.tar.gz
- Include rpcv2.h before other NFS includes. That allows nfscbd to
compile.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/nfscbd/nfscbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nfscbd/nfscbd.c b/usr.sbin/nfscbd/nfscbd.c
index 891a9fa..ba09311 100644
--- a/usr.sbin/nfscbd/nfscbd.c
+++ b/usr.sbin/nfscbd/nfscbd.c
@@ -45,10 +45,10 @@ __FBSDID("$FreeBSD$");
#include <rpc/rpc.h>
+#include <fs/nfs/rpcv2.h>
#include <fs/nfs/nfsproto.h>
#include <fs/nfs/nfskpiport.h>
#include <fs/nfs/nfs.h>
-#include <fs/nfs/rpcv2.h>
#include <err.h>
#include <errno.h>
OpenPOWER on IntegriCloud