freebsd-dev/lib/librpcsvc
Dag-Erling Smørgrav ed4d1c46a2 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
2002-02-06 13:30:31 +00:00
..
Makefile Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and 2001-03-19 12:50:13 +00:00
rnusers.c Add __FBSDID()s to librpcsvc 2001-09-30 22:15:15 +00:00
rstat.c Add __FBSDID()s to librpcsvc 2001-09-30 22:15:15 +00:00
rwall.c Add __FBSDID()s to librpcsvc 2001-09-30 22:15:15 +00:00
secretkey.c Add __FBSDID()s to librpcsvc 2001-09-30 22:15:15 +00:00
xcrypt.c Add __FBSDID()s to librpcsvc 2001-09-30 22:15:15 +00:00
yp_passwd.c Add __FBSDID()s to librpcsvc 2001-09-30 22:15:15 +00:00
yp_update.c Apply the following mechanical transformations in preparation for 2002-02-06 13:30:31 +00:00