aboutsummaryrefslogtreecommitdiff
path: root/include/sgtty.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove <sgtty.h> now it has no practical usage.Ed Schouten2008-07-251-3/+0
| | | | | | | | | | | | | When I turned sgtty into a binary-only interface (last month), I added this explicit #error to the header file, to make sure nobody forgot to remove the header file after updating world. I think it is now a good moment to remove this header file. Approved by: philip (mentor) Notes: svn path=/head/; revision=180800
* Turn sgtty into a binary-only compatibility interface.Ed Schouten2008-06-141-39/+3
| | | | | | | | | | | | | | | | | | | sgtty was the original interface to configure terminal attributes on my UNIX-like operating systems. It has been deprecated by the POSIX termios interface, which is implemented in almost any modern system. An advantage of turning this into a binary compatibility interface, is that we can now eventually remove the COMPAT_43TTY switch from kernel configurations. This removes many ioctl()'s from the TTY layer. While there, increase the __FreeBSD_version, which may be useful for the people working on the Ports tree. Reviewed by: kib Approved by: philip (mentor) Notes: svn path=/head/; revision=179784
* BSD 4.4 Lite Include SourcesRodney W. Grimes1994-05-241-0/+39
Notes: svn path=/head/; revision=1539