summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.ypxfrd/ypxfrd_main.c
Commit message (Collapse)AuthorAgeFilesLines
* Include <rpc/rpc_com.h> for a _rpc_dtablesize() prototype.stefanf2004-05-241-0/+1
| | | | Approved by: das (mentor)
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+2
|
* ANSIfy and remove some dead code.des2002-02-061-9/+7
| | | | Sponsored by: DARPA, NAI Labs
* Apply the following mechanical transformations in preparation fordes2002-02-061-1/+1
| | | | | | | | | | | | | | | | | 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
* Add `_PATH_DEVZERO'.obrien2000-12-091-2/+3
| | | | Use _PATH_* where where possible.
* Don't call syslog() without a format string.kris2000-07-121-2/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Darnit, that last commit was only supposed to change files in thewpaul1998-06-041-2/+9
| | | | | | | | | | | -current branch. I mistakenly checked out the 2.2.x rpc.ypxfrd into my -current working directory. No harm done, but I got really confused when I went to check out rpc.ypxfrd again and found the changes I wanted to make were already there. (I'm going to fix the other 2.2.x versions of the other programs in a minute.) Anyway: protect errno in the signal handler, in the -current version of rpc.ypxfrd this time.
* Use err(3). Remove multiply defined Id string.charnier1997-10-131-14/+15
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-3/+3
| | | | posix standard on the topic.
* Update to work under Lite2 includespeter1997-03-111-2/+3
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-2/+2
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* This commit was generated by cvs2svn to compensate for changes in r16125,wpaul1996-06-051-0/+295
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud