summaryrefslogtreecommitdiffstats
path: root/usr.bin/unvis/unvis.c
Commit message (Collapse)AuthorAgeFilesLines
* ANSIify function definitions.dwmalone2002-09-041-8/+4
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* remove __Pimp2002-03-221-2/+2
|
* Warns cleanups. Add FreeBSD ID to Makefile.dwmalone2001-12-031-2/+3
|
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Main() returns int.charnier1997-08-261-2/+2
|
* Use err(3) instead of local redefinition. Add usage().charnier1997-08-211-44/+21
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+147
OpenPOWER on IntegriCloud