summaryrefslogtreecommitdiffstats
path: root/usr.bin/colcrt/colcrt.c
Commit message (Collapse)AuthorAgeFilesLines
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* Fix a trivial warning and clamp down with WARNS=2kris2001-05-261-4/+5
| | | | MFC after: 1 week
* Start enumerate option with `The following options are available' likecharnier2000-07-241-17/+15
| | | | | | | most of the utilities. .Nm prog -> .Nm Remove unused include Make use of getopt() instead of parsing params by hand.
* Don't call err() with no format string.kris2000-07-101-1/+5
|
* More egcs warning fixes:imp1999-04-251-2/+2
| | | | | | | | | | o main returns int not void o use return 0 at end of main when needed o use braces to avoid potentially ambiguous else o don't default to type int o #ifdef 0 -> #if 0 Reviewed by: obrien and chuckr
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-2/+2
|
* -Wall cleanup.alex1997-12-291-2/+12
|
* Remove use of progname. Add usage().charnier1997-06-261-7/+13
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+251
OpenPOWER on IntegriCloud