Bruce Evans
03ceff03f6
Added a prototype for a qsort comparision function and fixed the usual
...
type mismatch uncovered by this.
1998-02-25 02:29:58 +00:00
Bruce Evans
3cb5ecc8c2
Fixed the usual type mismatch for a qsort comparison function.
1998-02-25 02:25:50 +00:00
Bruce Evans
92ddd8c652
Fixed the usual type mismatch for a signal handling function.
1998-02-25 02:24:04 +00:00
Philippe Charnier
e21108a205
Use err(3). Silent -Wall.
1997-11-03 07:44:25 +00:00
Poul-Henning Kamp
d030d2d2ae
Many places in the code NULL is used in integer context, where
...
plain 0 should be used. This happens to work because we #define
NULL to 0, but is stylistically wrong and can cause problems
for people trying to port bits of code to other environments.
PR: 2752
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
1997-09-18 14:08:40 +00:00
Warner Losh
1e545639ed
Use mkstemp rather than mktemp to prevent a small race.
...
OpenBSD has a similar code, but this was indepenent.
1997-03-24 05:50:27 +00:00
Mike Pritchard
16c359a3de
Typo fix.
...
Closes FreeBSD PR#2685.
Obtained from: NetBSD-BUGS PR# 3199
1997-02-09 07:01:33 +00:00
Rodney W. Grimes
7799f52a32
Remove trailing whitespace.
1995-05-30 06:41:30 +00:00
Rodney W. Grimes
9b50d90275
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00