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/nfs/lockdsvc.c | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 support/nfs/lockdsvc.c (limited to 'support/nfs/lockdsvc.c') diff --git a/support/nfs/lockdsvc.c b/support/nfs/lockdsvc.c deleted file mode 100644 index ca1e862..0000000 --- a/support/nfs/lockdsvc.c +++ /dev/null @@ -1,22 +0,0 @@ -/* - * support/nfs/nfssvc.c - * - * Run an NFS daemon. - * - * Copyright (C) 1995, 1996 Olaf Kirch - */ - -#ifdef HAVE_CONFIG_H -#include -#endif - -#include - -int -lockdsvc() -{ - struct nfsctl_arg arg; - - arg.ca_version = NFSCTL_VERSION; - return nfsctl(LOCKDCTL_SVC, &arg, NULL); -} -- cgit