History log of /src/include/rpc/rpc_msg.h |
Revision | | Date | Author | Comments |
1.15 |
| 25-Feb-2006 |
wiz | Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"), forwarded by jmc@openbsd.
|
1.14 |
| 26-Dec-2005 |
perry | u_intN_t -> uintN_t
|
1.13 |
| 03-Dec-2005 |
yamt | - constify and remove __UNCONST from caller of clnt_call(). - use __UNCONST where approproate.
|
1.12 |
| 03-Feb-2005 |
perry | de-__P -- the hack is long since useless. Discussed with christos, matt, kleink, others. Approved by christos.
|
1.11 |
| 02-Jun-2000 |
fvdl | New headers for the new RPC code (based on TI-RPC from Sun).
|
1.10 |
| 13-Feb-1998 |
lukem | branches: 1.10.8; minor typo and grammar fixes
|
1.9 |
| 11-Feb-1998 |
lukem | revert; we can't break the existing ABI and API
|
1.8 |
| 10-Feb-1998 |
lukem | major cleanup * use int32_t instead of long * use size_t instead of u_int as appropriate * use in_port_t instead of u_short as appropriate * KNF, cleanup typos and spellos in comments * deprecate svc_fds; it's obselete and not supported in libc/rpc anyway
|
1.7 |
| 10-Feb-1998 |
perry | cleanup multiple inclusion protection.
|
1.6 |
| 13-Jul-1997 |
christos | Add missing prototypes for xdr_{accepted,rejected}_reply
|
1.5 |
| 29-Apr-1995 |
cgd | change some of the rpc "on-the-wire" structures' fields to be explicitly-sized 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.
|
1.4 |
| 26-Oct-1994 |
cgd | new RCS ID format.
|
1.3 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.2 |
| 09-Jun-1993 |
brezak | Changes from: 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.
|
1.1 |
| 03-May-1993 |
deraadt | rpc include files moved into /usr/src/include. Makes more sense and lets YP and libc compile cleanly.
|
1.10.8.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|