Date: Mon, 24 Mar 1997 04:03:16 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa si.c src/sys/kern tty.c tty_compat.c tty_pty.c Message-ID: <199703241203.EAA03953@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/03/24 04:03:14 Modified: sys/i386/isa si.c sys/kern tty.c tty_compat.c tty_pty.c Log: Don't include <sys/ioctl.h> in the kernel. Stage 5: include <sys/ioctl_compat.h> and sometimes <sys/filio.h> instead of <sys/ioctl.h> in tty-related files. <sys/ttycom.h> is still usually imported bogusly via <sys/termios.h>. Revision Changes Path 1.57 +4 -2 src/sys/i386/isa/si.c 1.94 +5 -2 src/sys/kern/tty.c 1.22 +2 -2 src/sys/kern/tty_compat.c 1.43 +4 -2 src/sys/kern/tty_pty.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703241203.EAA03953>