From fa2058d9dc483dbed373ddc04a898ddd7f135f6f Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 22 Feb 2007 16:41:24 +1100 Subject: Remove rpc.lockd This was only needed for kernels 2.2.14 through 2.2.17. These have long since been superceded, so remove some dead weight. --- support/include/nfs/nfs.h | 4 ---- support/include/nfslib.h | 3 --- 2 files changed, 7 deletions(-) (limited to 'support/include') diff --git a/support/include/nfs/nfs.h b/support/include/nfs/nfs.h index f0286b2..fc26f4e 100644 --- a/support/include/nfs/nfs.h +++ b/support/include/nfs/nfs.h @@ -39,10 +39,6 @@ struct nfs_fh_old { #define NFSCTL_GETFD 7 /* get an fh by path (used by mountd) */ #define NFSCTL_GETFS 8 /* get an fh by path with max size (used by mountd) */ -/* Above this is for lockd. */ -#define NFSCTL_LOCKD 0x10000 -#define LOCKDCTL_SVC NFSCTL_LOCKD - #define NFSCTL_VERUNSET(_cltbits, _v) ((_cltbits) &= ~(1 << ((_v) - 1))) #define NFSCTL_UDPUNSET(_cltbits) ((_cltbits) &= ~(1 << (17 - 1))) #define NFSCTL_TCPUNSET(_cltbits) ((_cltbits) &= ~(1 << (18 - 1))) diff --git a/support/include/nfslib.h b/support/include/nfslib.h index c085029..1372635 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -144,9 +144,6 @@ int check_new_cache(void); void closeall(int min); -/* lockd. */ -int lockdsvc(); - int svctcp_socket (u_long __number, int __reuse); int svcudp_socket (u_long __number, int __reuse); -- cgit