]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Include <sys/tty.h> instead of <sys/termios.h>.
authored <ed@FreeBSD.org>
Sat, 28 Nov 2009 16:30:06 +0000 (16:30 +0000)
committered <ed@FreeBSD.org>
Sat, 28 Nov 2009 16:30:06 +0000 (16:30 +0000)
commit0ddd9016759b13d9d90729901be9fd8f26bf799d
treece29349587af26e13d469522ca4d808fe9346c7f
parent0a351b5a4ad6c1b17e0ba41c57c50a6a878a037b
Include <sys/tty.h> instead of <sys/termios.h>.

Right now <sys/termios.h> includes <sys/ttycom.h>, which provides the
TTY ioctls to the svr4 code. We need both struct termios and the ioctls,
so include <sys/tty.h> for now.
sys/compat/svr4/svr4_termios.c