aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ypmatch/ypmatch.c
Commit message (Collapse)AuthorAgeFilesLines
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
| | | | Notes: svn path=/head/; revision=146466
* Stop gcc warningsPeter Wemm2003-10-261-1/+1
| | | | Notes: svn path=/head/; revision=121550
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-9/+9
| | | | | | | | | | | | | | | | | | | | 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
* WARNS=2 fixesMark Murray2001-12-111-14/+14
| | | | | | | | | | | | | __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. Notes: svn path=/head/; revision=87672
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
| | | | | | | builtins (e.g., exit, strcmp). Notes: svn path=/head/; revision=78718
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-1/+2
| | | | Notes: svn path=/head/; revision=33645
* Use err(3). Add Xreferences. Delay the compute of default domain.Philippe Charnier1997-08-291-21/+17
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=28894
* Add an alias for master.passwd -> master.passwd.byname to the listPeter Wemm1997-07-121-0/+1
| | | | | | | of convenience map aliases. Notes: svn path=/head/; revision=27345
* Treat no match as a failure. This is the normal behaviour on SunOS.Tor Egge1997-06-251-0/+1
| | | | Notes: svn path=/head/; revision=26951
* Submitted by: Sebastian Strollo <seb@erix.ericsson.se>Bill Paul1995-03-251-1/+1
| | | | | | | Use hosts.byname as the alias for 'hosts' instead of hosts.byaddr. Notes: svn path=/head/; revision=7377
* Move more YP user programs over.Garrett Wollman1994-08-081-0/+134
Notes: svn path=/head/; revision=1930