summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypupdated/update.c
Commit message (Collapse)AuthorAgeFilesLines
* ANSIfy and remove some dead code.des2002-02-061-43/+11
| | | | Sponsored by: DARPA, NAI Labs
* Apply the following mechanical transformations in preparation fordes2002-02-061-2/+2
| | | | | | | | | | | | | | | | | 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
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3). Remove multiply defined Id string.charnier1997-10-131-8/+5
|
* Clobber unneeded prototypes; in particular, the redeclaration of malloc()wpaul1997-06-061-0/+4
| | | | | | | | will break compilation if DESTDIR is not set. The update.c module is actually from the Sun RPC distribution so this is really their bogon, but I should have noticed it when I integrated the code into rpc.ypupdated. Sung to me by: Satoshi
* This commit was generated by cvs2svn to compensate for changes in r26236,wpaul1997-05-281-0/+362
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud