summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc/create_xid.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework RPC code once again. By default, only enable theEric Andersen2002-08-061-1/+1
| | | | | stuff needed for NFS mounts, rsh, and similar. -Erik
* Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make thisEric Andersen2002-06-171-0/+64
junk (and I do mean that ;-) thread safe without undue pain. Adds 12k worth to the code size I'm afraid, but since I never use NFS and therefore never include this stuff, I guess thats acceptable. I still need to enable the multi-threaded bits... -Erik