aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-05-08 20:06:37 +0000
committerEd Schouten <ed@FreeBSD.org>2009-05-08 20:06:37 +0000
commit51e6ba0f00d8544dc694571f07bde46d5a6d2a99 (patch)
treeb2173233418c7cfee74dadc74c83e46c086fb34a /sys/modules
parent1780110b7e118739ea982acc877afea68d37fce8 (diff)
downloadsrc-51e6ba0f00d8544dc694571f07bde46d5a6d2a99.tar.gz
src-51e6ba0f00d8544dc694571f07bde46d5a6d2a99.zip
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.
Notes
Notes: svn path=/head/; revision=191919
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/svr4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile
index 86f84465d192..9b969499d490 100644
--- a/sys/modules/svr4/Makefile
+++ b/sys/modules/svr4/Makefile
@@ -4,7 +4,7 @@
KMOD= svr4
SRCS= svr4_sysent.c svr4_sysvec.c opt_compat.h opt_mac.h opt_svr4.h \
vnode_if.h imgact_svr4.c svr4_signal.c svr4_fcntl.c \
- svr4_misc.c svr4_ioctl.c svr4_stat.c svr4_filio.c svr4_ttold.c \
+ svr4_misc.c svr4_ioctl.c svr4_stat.c svr4_filio.c \
svr4_termios.c svr4_stream.c svr4_socket.c svr4_sockio.c \
svr4_machdep.c svr4_resource.c svr4_ipc.c
OBJS= svr4_locore.o