aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.ypupdated/update.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
| | | | Notes: svn path=/head/; revision=223492
* Kill blank line at EOF.Tom Rhodes2007-02-151-1/+0
| | | | Notes: svn path=/head/; revision=166735
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-43/+11
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=90298
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-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 Notes: svn path=/head/; revision=90297
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
| | | | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> Notes: svn path=/head/; revision=79452
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Use err(3). Remove multiply defined Id string.Philippe Charnier1997-10-131-8/+5
| | | | Notes: svn path=/head/; revision=30378
* Clobber unneeded prototypes; in particular, the redeclaration of malloc()Bill Paul1997-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 Notes: svn path=/head/; revision=26479
* Import rpc.ypupdated.Bill Paul1997-05-281-0/+362
This program still needs work but does compile and run. It also needs a man page. Notes: svn path=/cvs2svn/branches/WPAUL/dist/; revision=26236