summaryrefslogtreecommitdiffstats
path: root/usr.bin/tty/tty.c
Commit message (Collapse)AuthorAgeFilesLines
* A space between switch and open-paren. Don't explicitly cast the valuejmallett2002-05-291-1/+1
| | | | returned by getopt(3) to 'char' in a switch.
* ANSI, __FBSDID()jmallett2002-05-291-6/+5
|
* remove __Pimp2002-03-221-1/+1
|
* Warns cleanup - don't declare ttyname(). Add FreeBSD ID to Makefile.dwmalone2001-12-031-1/+1
|
* 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
|
* Add usage().charnier1997-08-181-3/+17
|
* 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/+69
OpenPOWER on IntegriCloud