summaryrefslogtreecommitdiffstats
path: root/usr.bin/error
Commit message (Collapse)AuthorAgeFilesLines
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-1/+1
|
* Added a prototype for a qsort comparision function and fixed the usualbde1998-02-251-4/+5
| | | | type mismatch uncovered by this.
* Fixed the usual type mismatch for a qsort comparison function.bde1998-02-251-4/+5
|
* Fixed the usual type mismatch for a signal handling function.bde1998-02-252-3/+4
|
* Use err(3). Silent -Wall.charnier1997-11-038-110/+164
|
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
| | | | | | | | | 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>
* Use mkstemp rather than mktemp to prevent a small race.imp1997-03-241-3/+9
| | | | OpenBSD has a similar code, but this was indepenent.
* Typo fix.mpp1997-02-091-1/+1
| | | | | | Closes FreeBSD PR#2685. Obtained from: NetBSD-BUGS PR# 3199
* Remove trailing whitespace.rgrimes1995-05-305-18/+18
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-2710-0/+3201
OpenPOWER on IntegriCloud