diff options
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/nfs/nfs.h | 4 | ||||
-rw-r--r-- | support/include/nfslib.h | 3 |
2 files changed, 0 insertions, 7 deletions
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); |