freebsd-dev/usr.sbin/rpc.yppasswdd
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 Perform a major cleanup of the usr.sbin Makefiles. 2001-07-20 06:20:32 +00:00
pw_copy.c Do a bit more of prototype cleanup. 2002-02-06 07:34:17 +00:00
pw_util.c Apply the following mechanical transformations in preparation for 2002-02-06 13:30:31 +00:00
rpc.yppasswdd.8 yp(4) -> yp(8). 2002-01-14 16:59:03 +00:00
yppasswd_private.x $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
yppasswdd_extern.h Apply the following mechanical transformations in preparation for 2002-02-06 13:30:31 +00:00
yppasswdd_main.c Apply the following mechanical transformations in preparation for 2002-02-06 13:30:31 +00:00
yppasswdd_server.c Apply the following mechanical transformations in preparation for 2002-02-06 13:30:31 +00:00
yppwupdate $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00