summaryrefslogtreecommitdiffstats
path: root/usr.bin/ypcat/ypcat.c
Commit message (Collapse)AuthorAgeFilesLines
* Apply the following mechanical transformations in preparation fordes2002-02-061-11/+11
| | | | | | | | | | | | | | | | | 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
* WARNS=2 fixesmarkm2001-12-111-22/+16
| | | | | | | | | | __FBSDID() additions some include file sorting. Some Makefile sorting. WARNS?=2 is not added to the Makefile, because it is going to be default for usr.bin/ NO_WERROR is set because there are rpc*.h file issues.
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+2
| | | | builtins (e.g., exit, strcmp).
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3). Add references to others man pages. Wait for the user tocharnier1997-08-291-16/+18
| | | | | supply the domain before computing a default one. Obtained from: OpenBSD
* Add an alias for master.passwd -> master.passwd.byname to the listpeter1997-07-121-0/+1
| | | | of convenience map aliases.
* Move more YP user programs over.wollman1994-08-081-0/+143
OpenPOWER on IntegriCloud