summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-05-08 20:06:37 +0000
committered <ed@FreeBSD.org>2009-05-08 20:06:37 +0000
commit59fb74ae926737bdc329e76c841840885176aabf (patch)
treeb2173233418c7cfee74dadc74c83e46c086fb34a /sys/conf
parent27e9e37befaa5cc036d458007d918dfcf57f6e86 (diff)
downloadFreeBSD-src-59fb74ae926737bdc329e76c841840885176aabf.zip
FreeBSD-src-59fb74ae926737bdc329e76c841840885176aabf.tar.gz
Burn TTY ioctl bridges in compat layers.
I really don't want any pieces of code to include ioctl_compat.h, so let the ibcs2 and svr4 compat leave sgtty alone. If they want to support sgtty, they should emulate it on top of termios, not sgtty. The code has been marked with BURN_BRIDGES for a long time. ibcs2 and svr4 are not really popular pieces of code anyway.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3861
-rw-r--r--sys/conf/files.pc981
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 13f0417..d88be04 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -108,7 +108,6 @@ compat/svr4/svr4_syscallnames.c optional compat_svr4
compat/svr4/svr4_sysent.c optional compat_svr4
compat/svr4/svr4_sysvec.c optional compat_svr4
compat/svr4/svr4_termios.c optional compat_svr4
-compat/svr4/svr4_ttold.c optional compat_svr4
bf_enc.o optional crypto | ipsec \
dependency "$S/crypto/blowfish/arch/i386/bf_enc.S $S/crypto/blowfish/arch/i386/bf_enc_586.S $S/crypto/blowfish/arch/i386/bf_enc_686.S" \
compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index a6b62b1..4e7e43f 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -71,7 +71,6 @@ compat/svr4/svr4_syscallnames.c optional compat_svr4
compat/svr4/svr4_sysent.c optional compat_svr4
compat/svr4/svr4_sysvec.c optional compat_svr4
compat/svr4/svr4_termios.c optional compat_svr4
-compat/svr4/svr4_ttold.c optional compat_svr4
bf_enc.o optional crypto | ipsec \
dependency "$S/crypto/blowfish/arch/i386/bf_enc.S $S/crypto/blowfish/arch/i386/bf_enc_586.S $S/crypto/blowfish/arch/i386/bf_enc_686.S" \
compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
OpenPOWER on IntegriCloud