summaryrefslogtreecommitdiff
path: root/include/rpc
AgeCommit message (Collapse)Author
1995-04-29change some of the rpc "on-the-wire" structures' fields to be explicitly-sizedcgd
types. add xdr_{,u_}int{16,32}_t() functions to convert them. This is necessary, because things like BPF use the RPC headers to look at the on-the-wire data, so the headers must accurately represent what's on the wire, too.
1995-01-06Unhide `svc_maxfd'. Why do we bother with `#if FD_SETSIZE' anyway?pk
1995-01-04Add svc_maxfd.mycroft
1994-12-04from Christos: kill nested comments, add a declaration.cgd
1994-12-04be much more careful with types, and add prototype everything.cgd
1994-10-26new RCS ID format.cgd
1994-08-09Fix prototype for xdr_u_char() (PR #364)jtc
1993-12-07delete bogus #ifderaadt
1993-12-06remove INADDR_LOOPBACK; it's defined in netinet/in.h nowcgd
1993-08-01Add RCS identifiers.mycroft
1993-06-15ugh. INADDR_LOOPBACK needs to be here.deraadt
cgd suggests there might be dragons here...
1993-06-14removed stuff which should not be here.deraadt
1993-06-09Changes from:brezak
conklin@talisman.kaleida.com * use consistant macro names for multiple #include protection of header files. I used the same convention used by TIRPC. * added function prototypes to header files. * fixed C source where it conflicted with prototypes, documentation, and TIRPC.
1993-05-03rpc include files moved into /usr/src/include. Makes more sense andderaadt
lets YP and libc compile cleanly.