diff options
author | Jeff Layton <jlayton@redhat.com> | 2009-08-01 06:26:15 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2009-08-01 06:26:15 -0400 |
commit | f8dd0b70ecf5a02eda29af4acead86f3359c3081 (patch) | |
tree | a0b1b0acad58f56c99945d8ddc15f59a415f620c /support/include | |
parent | 3339c1f73c05fc9b5cf51e14a2033ec38f671334 (diff) | |
download | nfs-utils-f8dd0b70ecf5a02eda29af4acead86f3359c3081.tar.gz nfs-utils-f8dd0b70ecf5a02eda29af4acead86f3359c3081.tar.xz nfs-utils-f8dd0b70ecf5a02eda29af4acead86f3359c3081.zip |
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 <jlayton@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/nfslib.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |