History log of /freebsd-9.3-release/lib/librpcsvc/yp_update.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 121529 26-Oct-2003 peter

clnt_call takes args of type xdrproc_t.


# 90298 06-Feb-2002 des

ANSIfy and remove some dead code.

Sponsored by: DARPA, NAI Labs


# 90297 06-Feb-2002 des

Apply the following mechanical transformations in preparation for
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


# 84220 30-Sep-2001 dillon

Add __FBSDID()s to librpcsvc


# 81586 13-Aug-2001 ru

Removed duplicate VCS ID tags, as per style(9).


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 26214 28-May-1997 wpaul

This commit was generated by cvs2svn to compensate for changes in r26213,
which included commits to RCS files with non-trunk default branches.


# 26213 28-May-1997 wpaul

Step three: update librpcsvc for Secure RPC.

Reviewed by: Mark Murray