summaryrefslogtreecommitdiffstats
path: root/include/rpcsvc/ypclnt.h
Commit message (Collapse)AuthorAgeFilesLines
* Argh. Forward declare some structs rather than increase include filepeter2003-10-261-0/+2
| | | | dependencies.
* Prototype yp_maplist()peter2003-10-261-0/+1
|
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-2/+2
| | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs
* Breath deep and take __P out of the system include files.imp2002-03-231-11/+7
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* Apply the following mechanical transformations in preparation fordes2002-02-061-10/+10
| | | | | | | | | | | | | | | | | ansification and constification: s{\s+__P\((\(.*?\))\)}{$1}g; s{\(\s+}{\(}g; s{\s+\)}{\)}g; s{\s+,}{,}g; s{(\s+)(for|if|switch|while)\(}{$1$2 \(}g; s{return ([^\(].*?);}{return ($1);}g; s{([\w\)])([!=+/\*-]?=)([\w\(+-])}{$1 $2 $3}g; s{\s+$}{\n};g Also add $FreeBSD$ where needed. MFC after: 1 week
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Made this header self-sufficent. It had unnecessary dependencies onbde1998-01-161-2/+6
| | | | | <sys/cdefs.h>, <sys/types.h>, <rpcsvc/yp_prot.h>, and on the latter's prerequisites (5 more).
* Resolve conflicts.wpaul1997-05-281-1/+1
|
* Back out part of yesterdays changes. They were obviously not tested welleivind1997-05-071-4/+1
| | | | | | | enough :-( (With backout on this file, libc compiles. 'make world' isn't finished yet.) Pointed out by: Oliver Roberts
* Make a lot of include-files self-contained. I excluded the patches changingeivind1997-05-071-1/+4
| | | | | | | | int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange <proff@iq.org>
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* - Prototypes, including pointers to functionspeter1996-12-301-5/+8
| | | | - C++ safe
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Add prototype for ypbinderr_string().wpaul1995-04-211-1/+2
|
* Moved 1.1.5 RPC service files from 1.1.5. Tese are the correct ones;wollman1994-08-041-0/+86
the ones in /usr/src/lib/librpc/rpcsvc are somewhat bogus and will be deleted. Submitted by: Original work in 1.1 by J.T. Conklin.
OpenPOWER on IntegriCloud