Unbreak NFS.

Pointy hat to:	dfr
This commit is contained in:
Dag-Erling Smørgrav 2008-11-06 10:53:35 +00:00
parent ca6bc428e7
commit 19aa71e559
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184716
3 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,7 @@ SRCS= auth_none.c \
rpc_prot.c \
rpcb_clnt.c \
rpcb_prot.c \
replay.c \
svc.c \
svc_auth.c \
svc_auth_unix.c \

View File

@ -3,8 +3,8 @@
.PATH: ${.CURDIR}/../../nfsserver ${.CURDIR}/../../nfs
KMOD= nfsserver
SRCS= vnode_if.h \
nfs_serv.c nfs_srvkrpc.c nfs_srvsock.c nfs_srvcache.c nfs_srvsubs.c \
nfs_syscalls.c nfs_common.c \
nfs_fha.c nfs_serv.c nfs_srvkrpc.c nfs_srvsock.c nfs_srvcache.c \
nfs_srvsubs.c nfs_syscalls.c nfs_common.c \
opt_mac.h \
opt_nfs.h
SRCS+= opt_inet6.h

View File

@ -596,6 +596,7 @@ DECLARE_MODULE(nfsserver, nfsserver_mod, SI_SUB_VFS, SI_ORDER_ANY);
/* So that loader and kldload(2) can find us, wherever we are.. */
MODULE_VERSION(nfsserver, 1);
MODULE_DEPEND(nfsserver, krpc, 1, 1, 1);
/*
* Set up nameidata for a lookup() call and do it.