diff options
author | ed <ed@FreeBSD.org> | 2010-03-13 09:21:00 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-03-13 09:21:00 +0000 |
commit | 6cb70302d944b35b4c4ac65d61e1f9f6fdbe6f42 (patch) | |
tree | 7b215ec0f853884eea71c9726a81c027c4f34031 /sys/ia64/conf/GENERIC | |
parent | 82f04b0d188538af7839c562d14d93bf9d29427f (diff) | |
download | FreeBSD-src-6cb70302d944b35b4c4ac65d61e1f9f6fdbe6f42.zip FreeBSD-src-6cb70302d944b35b4c4ac65d61e1f9f6fdbe6f42.tar.gz |
Remove COMPAT_43TTY from stock kernel configuration files.
COMPAT_43TTY enables the sgtty interface. Even though its exposure has
only been removed in FreeBSD 8.0, it wasn't used by anything in the base
system in FreeBSD 5.x (possibly even 4.x?). On those releases, if your
ports/packages are less than two years old, they will prefer termios
over sgtty.
Diffstat (limited to 'sys/ia64/conf/GENERIC')
-rw-r--r-- | sys/ia64/conf/GENERIC | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index b64c014..1df2e00 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -27,7 +27,6 @@ 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 (sgtty) options COMPAT_FREEBSD6 # Compatible with FreeBSD6 options COMPAT_FREEBSD7 # Compatible with FreeBSD7 options DDB # Support DDB |