From f8dd0b70ecf5a02eda29af4acead86f3359c3081 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Sat, 1 Aug 2009 06:26:15 -0400 Subject: nfs-utils: move nfssvc.c to nfsd dir and clean up linking of nfsd rpc.nfsd is the only user of nfssvc.c, so we might as well move it out of libnfs.a. Also, don't link in libexport.a and libmisc.a, they aren't needed. Signed-off-by: Jeff Layton Signed-off-by: Steve Dickson --- support/include/nfslib.h | 1 - 1 file changed, 1 deletion(-) (limited to 'support/include') diff --git a/support/include/nfslib.h b/support/include/nfslib.h index ae98650..537a31e 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -130,7 +130,6 @@ int wildmat(char *text, char *pattern); * nfsd library functions. */ int nfsctl(int, struct nfsctl_arg *, union nfsctl_res *); -int nfssvc(int port, int nrservs, unsigned int versbits, int minorvers4, unsigned int portbits, char *haddr); int nfsaddclient(struct nfsctl_client *clp); int nfsdelclient(struct nfsctl_client *clp); int nfsexport(struct nfsctl_export *exp); -- cgit