diff options
author | hjl <hjl> | 2001-02-11 01:11:44 +0000 |
---|---|---|
committer | hjl <hjl> | 2001-02-11 01:11:44 +0000 |
commit | 0bdb8d4f216cafb4fef03c9a1fc1f87508eed2d3 (patch) | |
tree | 4559199796d9003e68d385a9404e4a81380197a3 /support/include | |
parent | dccf562f4b7e9979f586cb085d3a34b7825d15db (diff) | |
download | nfs-utils-0bdb8d4f216cafb4fef03c9a1fc1f87508eed2d3.tar.gz nfs-utils-0bdb8d4f216cafb4fef03c9a1fc1f87508eed2d3.tar.xz nfs-utils-0bdb8d4f216cafb4fef03c9a1fc1f87508eed2d3.zip |
2001-02-02 H.J. Lu <hjl@lucon.org>
* support/include/rpcmisc.h (rpc_init): Remove bufsize.
* support/nfs/rpcmisc.c (makesock): Remove socksz and comment
out SO_SNDBUF/SO_RCVBUF.
(rpc_init): Remove bufsize and remove socksz in calls to
makesock ().
* utils/mountd/mountd.c (main): Remove bufsize in calls to
rpc_init ().
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/rpcmisc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/include/rpcmisc.h b/support/include/rpcmisc.h index 06970cd..d999ab9 100644 --- a/support/include/rpcmisc.h +++ b/support/include/rpcmisc.h @@ -43,7 +43,7 @@ struct rpc_dtable { void rpc_init(char *name, int prog, int vers, void (*dispatch)(struct svc_req *, SVCXPRT *), - int defport, int bufsize); + int defport); void rpc_svcrun(void); void rpc_dispatch(struct svc_req *rq, SVCXPRT *xprt, struct rpc_dtable *dtable, int nvers, |