aboutsummaryrefslogtreecommitdiff
path: root/include/rpc
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary typedef. All inclusions of <rpc/auth.h> in the sourceJeffrey Hsu1996-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. Notes: svn path=/head/; revision=13778
* Fix a bunch of spelling errors in the comment fieldsMike Pritchard1996-01-3012-31/+31
| | | | | | | of a bunch of system include files. Notes: svn path=/head/; revision=13771
* Remove trailing whitespace.Rodney W. Grimes1995-05-3012-88/+88
| | | | Notes: svn path=/head/; revision=8858
* Forward-declare `struct rpc_err' so that it isn't declared inside aBruce Evans1995-03-121-1/+2
| | | | | | | prototype when <rpc/clnt.h> isn't included. Notes: svn path=/head/; revision=7027
* Remove a couple of nested comments.Poul-Henning Kamp1995-02-242-4/+6
| | | | Notes: svn path=/head/; revision=6685
* Use the header files that are compatible with the code just moved overGarrett Wollman1994-08-0712-142/+301
| | | | | | | from 1.1.5. Notes: svn path=/head/; revision=1903
* Install RPC headers from include, like they always should have been.Garrett Wollman1994-08-0412-0/+1703
Notes: svn path=/head/; revision=1839