kevlo
80dd636e8f
Remove duplicated header files
2011-06-24 07:05:20 +00:00
trhodes
c81388536c
Kill blank line at EOF.
2007-02-15 02:45:14 +00:00
des
d7b064e238
ANSIfy and remove some dead code.
...
Sponsored by: DARPA, NAI Labs
2002-02-06 15:26:07 +00:00
des
0f2cb9b020
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
8636b161b3
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
efabb9ccb1
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
charnier
8459f389a1
Use err(3). Remove multiply defined Id string.
1997-10-13 11:22:39 +00:00
wpaul
0f5feb1689
Clobber unneeded prototypes; in particular, the redeclaration of malloc()
...
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
1997-06-06 15:47:57 +00:00
wpaul
93c9d6f0d2
This commit was generated by cvs2svn to compensate for changes in r26236,
...
which included commits to RCS files with non-trunk default branches.
1997-05-28 15:47:10 +00:00