History log of /netbsd/include/rpc/pmap_clnt.h (Results 1 – 13 of 13)
Revision Date Author Comments
# 2777fa4b 23-Jan-2016 dholland <dholland@NetBSD.org>

unsigned -> unsigned int in previous change to accomodate C++ boneheadedness.


# c8840e47 23-Jan-2016 dholland <dholland@NetBSD.org>

u_int -> unsigned, u_long -> unsigned long, etc.


# 50728e78 11-Jan-2009 christos <christos@NetBSD.org>

merge christos-time_t


# 19b7469a 03-Feb-2005 perry <perry@NetBSD.org>

de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.


# c257a3b3 02-Jun-2000 fvdl <fvdl@NetBSD.org>

New headers for the new RPC code (based on TI-RPC from Sun).


# 88a058d3 11-Feb-1998 lukem <lukem@NetBSD.org>

revert to 1.6; we can't break the existing ABI and API


# ddc57feb 10-Feb-1998 lukem <lukem@NetBSD.org>

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

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

show more ...


# 3d7d6c33 10-Feb-1998 perry <perry@NetBSD.org>

cleanup multiple inclusion protection.


# 2e2a3a25 04-Dec-1994 cgd <cgd@NetBSD.org>

be much more careful with types, and add prototype everything.


# 4d2cbfce 26-Oct-1994 cgd <cgd@NetBSD.org>

new RCS ID format.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# e9d4dc6e 09-Jun-1993 brezak <brezak@NetBSD.org>

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

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.

show more ...


# e63190e8 03-May-1993 deraadt <deraadt@NetBSD.org>

rpc include files moved into /usr/src/include. Makes more sense and
lets YP and libc compile cleanly.