Added rpc library to libc.
authorPaul Richards <paul@isl.cf.ac.uk>
Wed, 27 Oct 1993 05:41:14 +0000 (05:41 +0000)
committerPaul Richards <paul@isl.cf.ac.uk>
Wed, 27 Oct 1993 05:41:14 +0000 (05:41 +0000)
commita2a854c98404cb8ba27c1738b82fadabb527d82e
tree335751b1fa45b47699d5398e50182bd685846898
parentb3e366cda36b74189185a35f7884e38adfc3afc7
Added rpc library to libc.
62 files changed:
lib/libc/Makefile
lib/libc/rpc/DISCLAIMER [new file with mode: 0644]
lib/libc/rpc/Makefile.inc [new file with mode: 0644]
lib/libc/rpc/README [new file with mode: 0644]
lib/libc/rpc/auth.h [new file with mode: 0644]
lib/libc/rpc/auth_none.c [new file with mode: 0644]
lib/libc/rpc/auth_unix.c [new file with mode: 0644]
lib/libc/rpc/auth_unix.h [new file with mode: 0644]
lib/libc/rpc/authunix_prot.c [new file with mode: 0644]
lib/libc/rpc/bindresvport.3 [new file with mode: 0644]
lib/libc/rpc/bindresvport.c [new file with mode: 0644]
lib/libc/rpc/clnt.h [new file with mode: 0644]
lib/libc/rpc/clnt_generic.c [new file with mode: 0644]
lib/libc/rpc/clnt_perror.c [new file with mode: 0644]
lib/libc/rpc/clnt_raw.c [new file with mode: 0644]
lib/libc/rpc/clnt_simple.c [new file with mode: 0644]
lib/libc/rpc/clnt_tcp.c [new file with mode: 0644]
lib/libc/rpc/clnt_udp.c [new file with mode: 0644]
lib/libc/rpc/get_myaddress.c [new file with mode: 0644]
lib/libc/rpc/getrpcent.3 [new file with mode: 0644]
lib/libc/rpc/getrpcent.c [new file with mode: 0644]
lib/libc/rpc/getrpcport.3 [new file with mode: 0644]
lib/libc/rpc/getrpcport.c [new file with mode: 0644]
lib/libc/rpc/pmap_clnt.c [new file with mode: 0644]
lib/libc/rpc/pmap_clnt.h [new file with mode: 0644]
lib/libc/rpc/pmap_getmaps.c [new file with mode: 0644]
lib/libc/rpc/pmap_getport.c [new file with mode: 0644]
lib/libc/rpc/pmap_prot.c [new file with mode: 0644]
lib/libc/rpc/pmap_prot.h [new file with mode: 0644]
lib/libc/rpc/pmap_prot2.c [new file with mode: 0644]
lib/libc/rpc/pmap_rmt.c [new file with mode: 0644]
lib/libc/rpc/pmap_rmt.h [new file with mode: 0644]
lib/libc/rpc/rpc.3 [new file with mode: 0644]
lib/libc/rpc/rpc.5 [new file with mode: 0644]
lib/libc/rpc/rpc.h [new file with mode: 0644]
lib/libc/rpc/rpc_callmsg.c [new file with mode: 0644]
lib/libc/rpc/rpc_commondata.c [new file with mode: 0644]
lib/libc/rpc/rpc_dtablesize.c [new file with mode: 0644]
lib/libc/rpc/rpc_msg.h [new file with mode: 0644]
lib/libc/rpc/rpc_prot.c [new file with mode: 0644]
lib/libc/rpc/rstat.1 [new file with mode: 0644]
lib/libc/rpc/rstat_svc.8 [new file with mode: 0644]
lib/libc/rpc/svc.c [new file with mode: 0644]
lib/libc/rpc/svc.h [new file with mode: 0644]
lib/libc/rpc/svc_auth.c [new file with mode: 0644]
lib/libc/rpc/svc_auth.h [new file with mode: 0644]
lib/libc/rpc/svc_auth_unix.c [new file with mode: 0644]
lib/libc/rpc/svc_raw.c [new file with mode: 0644]
lib/libc/rpc/svc_run.c [new file with mode: 0644]
lib/libc/rpc/svc_simple.c [new file with mode: 0644]
lib/libc/rpc/svc_tcp.c [new file with mode: 0644]
lib/libc/rpc/svc_udp.c [new file with mode: 0644]
lib/libc/rpc/types.h [new file with mode: 0644]
lib/libc/rpc/xdr.3 [new file with mode: 0644]
lib/libc/rpc/xdr.c [new file with mode: 0644]
lib/libc/rpc/xdr.h [new file with mode: 0644]
lib/libc/rpc/xdr_array.c [new file with mode: 0644]
lib/libc/rpc/xdr_float.c [new file with mode: 0644]
lib/libc/rpc/xdr_mem.c [new file with mode: 0644]
lib/libc/rpc/xdr_rec.c [new file with mode: 0644]
lib/libc/rpc/xdr_reference.c [new file with mode: 0644]
lib/libc/rpc/xdr_stdio.c [new file with mode: 0644]