diff options
author | rwatson <rwatson@FreeBSD.org> | 2009-05-22 12:35:12 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2009-05-22 12:35:12 +0000 |
commit | ccb17e335aed123268303ae81de1b71c1340a1e7 (patch) | |
tree | d3806d83b9761a1610e63824e4451e9628878f16 /sys/nlm | |
parent | a75d175b4f1d7335efc89a91eac2db17f903ec5e (diff) | |
download | FreeBSD-src-ccb17e335aed123268303ae81de1b71c1340a1e7.zip FreeBSD-src-ccb17e335aed123268303ae81de1b71c1340a1e7.tar.gz |
Remove the unmaintained University of Michigan NFSv4 client from 8.x
prior to 8.0-RELEASE. Rick Macklem's new and more feature-rich NFSv234
client and server are replacing it.
Discussed with: rmacklem
Diffstat (limited to 'sys/nlm')
-rw-r--r-- | sys/nlm/nlm_advlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nlm/nlm_advlock.c b/sys/nlm/nlm_advlock.c index a2c62f0..761ed73 100644 --- a/sys/nlm/nlm_advlock.c +++ b/sys/nlm/nlm_advlock.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include <sys/lock.h> #include <sys/lockf.h> #include <sys/malloc.h> +#include <sys/mbuf.h> #include <sys/mount.h> #include <sys/mutex.h> #include <sys/proc.h> @@ -44,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include <sys/vimage.h> #include <sys/vnode.h> -#include <rpc/rpcclnt.h> #include <nfs/nfsproto.h> #include <nfsclient/nfs.h> #include <nfsclient/nfsnode.h> |