summaryrefslogtreecommitdiffstats
path: root/include/rpc
Commit message (Collapse)AuthorAgeFilesLines
* Fixed missing __P() to complete the K&R support in this header.bde1997-05-071-2/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-2312-12/+12
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1412-12/+12
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Missed prototype for svc_getreqset2()peter1996-12-311-1/+2
|
* First commit of a series of cleanups for the libc rpc code which has beenpeter1996-12-308-84/+137
| | | | | | | | | | | suffering a bad case neglect for the last few years. - Add full prototypes, including to function pointers. - Make the wire protocols 64-bit type safe, eg: 32 bit quantities are int32_t, not long. The orginal rpc code was implemented when an int could be 16 bits. Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code.
* Remove unnecessary typedef. All inclusions of <rpc/auth.h> in the sourcehsu1996-01-311-7/+3
| | | | | tree are preceded by an inclusion of <rpc/types.h>, so the 32-bit fixed sized type u_int32_t is already available to us.
* Fix a bunch of spelling errors in the comment fieldsmpp1996-01-3012-31/+31
| | | | of a bunch of system include files.
* Remove trailing whitespace.rgrimes1995-05-3012-88/+88
|
* Forward-declare `struct rpc_err' so that it isn't declared inside abde1995-03-121-1/+2
| | | | prototype when <rpc/clnt.h> isn't included.
* Remove a couple of nested comments.phk1995-02-242-4/+6
|
* Use the header files that are compatible with the code just moved overwollman1994-08-0712-142/+301
| | | | from 1.1.5.
* Install RPC headers from include, like they always should have been.wollman1994-08-0412-0/+1703
OpenPOWER on IntegriCloud