Dag-Erling Smørgrav
|
dc584ddbc5
|
ANSIfy and remove some dead code.
Sponsored by: DARPA, NAI Labs
|
2002-02-06 15:26:07 +00:00 |
|
Dag-Erling Smørgrav
|
ed4d1c46a2
|
Apply the following mechanical transformations in preparation for
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
|
2002-02-06 13:30:31 +00:00 |
|
Brian Somers
|
7bc6d0158f
|
Fix the type of the NULL arg to execl()
Idea from: Theo de Raadt <deraadt@openbsd.org>
|
2001-07-09 09:24:06 +00:00 |
|
Peter Wemm
|
97d92980a9
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:35:59 +00:00 |
|
Philippe Charnier
|
1e96bb57a6
|
Use err(3). Remove multiply defined Id string.
|
1997-10-13 11:22:39 +00:00 |
|
Bill Paul
|
40a5f74d72
|
Import rpc.ypupdated.
This program still needs work but does compile and run. It also
needs a man page.
|
1997-05-28 15:47:10 +00:00 |
|