diff options
author | hjl <hjl> | 2001-03-21 19:20:11 +0000 |
---|---|---|
committer | hjl <hjl> | 2001-03-21 19:20:11 +0000 |
commit | 9ee7da8230adead93a1b42b1ac2c78e02227fe15 (patch) | |
tree | b2d26a6a47c1403dc05617ef56681fec061642bf /support/include/rpcmisc.h | |
parent | 2d60c14684d1f7bb8b15428e5f76c34888a462b9 (diff) | |
download | nfs-utils-9ee7da8230adead93a1b42b1ac2c78e02227fe15.tar.gz nfs-utils-9ee7da8230adead93a1b42b1ac2c78e02227fe15.tar.xz nfs-utils-9ee7da8230adead93a1b42b1ac2c78e02227fe15.zip |
2001-03-21 H.J. Lu <hjl@lucon.org>
* nfs-utils.spec: Regenerated.
(Release): Set to 3.
2001-03-21 Ion Badulescu <ionut@cs.columbia.edu>
* utils/statd/statd.c (main): make sure file descriptors 0-2
are open to /dev/null.
2001-03-21 H.J. Lu <hjl@lucon.org>
* support/nfs/rpcmisc.c: Restore the change made on 2001-03-10.
* support/nfs/rpcmisc.c: Likewise.
* utils/rquotad/rquota_svc.c: Likewise.
* utils/rquotad/rquotad.man: Likewise.
* utils/statd/Makefile: Likewise.
* utils/statd/rmtcall.c: Likewise.
* utils/statd/simulate.c: Likewise.
* utils/statd/statd.c: Likewise.
* utils/statd/statd.man: Likewise.
Diffstat (limited to 'support/include/rpcmisc.h')
-rw-r--r-- | support/include/rpcmisc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support/include/rpcmisc.h b/support/include/rpcmisc.h index d999ab9..a2b2b5a 100644 --- a/support/include/rpcmisc.h +++ b/support/include/rpcmisc.h @@ -41,6 +41,8 @@ struct rpc_dtable { (xdrproc_t)xdr_##res_type, sizeof(res_type), \ } + +int makesock(int port, int proto); void rpc_init(char *name, int prog, int vers, void (*dispatch)(struct svc_req *, SVCXPRT *), int defport); |