aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/conf
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2008-12-02 19:09:08 +0000
committerEd Schouten <ed@FreeBSD.org>2008-12-02 19:09:08 +0000
commitbfba40a452839e6edb2a45d5b6da01c8e4240b78 (patch)
tree7115f245196fddcbc61442a03c6f0b1312eb420a /sys/ia64/conf
parentdcaf4eb3edca6ec39a368ab762ef2f982a46ba7b (diff)
downloadsrc-bfba40a452839e6edb2a45d5b6da01c8e4240b78.tar.gz
src-bfba40a452839e6edb2a45d5b6da01c8e4240b78.zip
Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.
Sgtty is a programming interface that has been replaced by termios over the years. In June we already removed <sgtty.h>, which exposes the ioctl()'s that are implemented by this interface. The importance of this flag is overrated right now.
Notes
Notes: svn path=/head/; revision=185567
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r--sys/ia64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 793190d2412a..37d76fe3e892 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -27,7 +27,7 @@ makeoptions DEBUG=-g # Build kernel with debug information.
options AUDIT # Security event auditing
options CD9660 # ISO 9660 Filesystem
-options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!]
+options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty)
options COMPAT_FREEBSD6 # Compatible with FreeBSD6
options COMPAT_FREEBSD7 # Compatible with FreeBSD7
options DDB # Support DDB