glibc/sunrpc
Ulrich Drepper 543cf8a9e1 Update.
Add changes which were in this form in the original patch by
	Eric Norum <eric.norum@usask.ca>.
	* include/rpc/rpc.h: Remove svc_fdset, rpc_createerr, svc_pollfd, and
	svc_max_pollfd.
	* sunrpc/rpc/rpc.h: Declare __rpc_thread_svc_fdset,
	__rpc_thread_createerr, __rpc_thread_svc_pollfd, and
	__rpc_thread_svc_max_pollfd.
	Define svc_fdset, get_rpc_createerr, svc_pollfd, and
	svc_max_pollfd.
	* sunrpc/rpc_thread.c: Handle first thread special, it uses the
	global variables.
	Define __rpc_thread_svc_fdset, __rpc_thread_createerr,
	__rpc_thread_svc_pollfd, and __rpc_thread_svc_max_pollfd.
	* sunrpc/Versions [libc] (GLIBC_2.2.3): Export  __rpc_thread_svc_fdset,
	__rpc_thread_createerr, __rpc_thread_svc_pollfd, and
	__rpc_thread_svc_max_pollfd.
	* sunrpc/clnt_gen.c: Replace use of rpc_createerr by call to
	get_rpc_createerr.
	* sunrpc/clnt_perr.c: Likewise.
	* sunrpc/clnt_simp.c: Likewise.
	* sunrpc/clnt_tcp.c: Likewise.
	* sunrpc/clnt_udp.c: Likewise.
	* sunrpc/clnt_unix.c: Likewise.
	* sunrpc/pm_getport.c: Likewise.
2001-03-26 05:17:47 +00:00
..
rpc Update. 2001-03-26 05:17:47 +00:00
rpcsvc
.cvsignore
auth_des.c
auth_none.c Update. 2001-03-20 18:35:13 +00:00
auth_unix.c
authdes_prot.c
authuxprot.c
bindrsvprt.c
clnt_gen.c Update. 2001-03-26 05:17:47 +00:00
clnt_perr.c Update. 2001-03-26 05:17:47 +00:00
clnt_raw.c Update. 2001-03-20 18:35:13 +00:00
clnt_simp.c Update. 2001-03-26 05:17:47 +00:00
clnt_tcp.c Update. 2001-03-26 05:17:47 +00:00
clnt_udp.c Update. 2001-03-26 05:17:47 +00:00
clnt_unix.c Update. 2001-03-26 05:17:47 +00:00
create_xid.c Update. 2000-12-31 15:43:43 +00:00
des_crypt.c
des_impl.c
des_soft.c Add prototype for foo. 2000-12-27 19:58:36 +00:00
etc.rpc
get_myaddr.c
getrpcport.c
key_call.c Update. 2001-03-20 18:35:13 +00:00
key_prot.c
Makefile Update. 2001-03-20 18:35:13 +00:00
netname.c
openchild.c
pm_getmaps.c
pm_getport.c Update. 2001-03-26 05:17:47 +00:00
pmap_clnt.c (Finding Tokens in a String): Document XPG basename() and dirname(), aswell as GNU basename(). 2001-01-06 23:27:53 +00:00
pmap_prot.c
pmap_prot2.c
pmap_rmt.c
proto.h (main): Use return instead of exit to avoid warning. 2000-12-31 16:56:02 +00:00
publickey.c * nis/nss_nisplus/nisplus-ethers.c (struct etherent): Removed. 2000-12-21 14:38:26 +00:00
rpc_clntout.c
rpc_cmsg.c
rpc_common.c Update. 2001-03-20 18:35:13 +00:00
rpc_cout.c Update. 2000-12-28 10:35:17 +00:00
rpc_dtable.c Update. 2000-12-28 08:28:43 +00:00
rpc_hout.c Update. 2000-12-31 15:43:43 +00:00
rpc_main.c (main): Use return instead of exit to avoid warning. 2000-12-31 16:56:02 +00:00
rpc_parse.c
rpc_parse.h
rpc_prot.c
rpc_sample.c
rpc_scan.c
rpc_scan.h (main): Use return instead of exit to avoid warning. 2000-12-31 16:56:02 +00:00
rpc_svcout.c * sunrpc/rpc_svcout.c (write_msg_out): Always use format string 2000-06-30 06:38:07 +00:00
rpc_tblout.c
rpc_thread.c Update. 2001-03-26 05:17:47 +00:00
rpc_util.c
rpc_util.h
rpcinfo.c (main): Use return instead of exit to avoid warning. 2000-12-31 16:56:02 +00:00
rtime.c
svc.c Update. 2001-03-20 18:35:13 +00:00
svc_auth.c
svc_authux.c
svc_raw.c Update. 2001-03-20 18:35:13 +00:00
svc_run.c
svc_simple.c Update. 2001-03-20 18:35:13 +00:00
svc_tcp.c
svc_udp.c Update. 2000-10-05 18:10:14 +00:00
svc_unix.c Update. 2000-12-31 15:34:47 +00:00
svcauth_des.c Update. 2001-03-20 18:35:13 +00:00
Versions Update. 2001-03-26 05:17:47 +00:00
xcrypt.c
xdr.c (xdr_long, xdr_u_long): Fix comments about this functions. (xdr_long, xdr_u_long): Return FALSE if trying to encode value which does not fit in the 32bit type. 2001-01-15 07:20:34 +00:00
xdr_array.c
xdr_float.c
xdr_intXX_t.c
xdr_mem.c
xdr_rec.c Update. 2001-02-06 07:09:01 +00:00
xdr_ref.c
xdr_sizeof.c Update. 2001-01-28 17:53:49 +00:00
xdr_stdio.c