]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)
authorphk <phk@FreeBSD.org>
Tue, 10 Jan 2006 09:19:10 +0000 (09:19 +0000)
committerphk <phk@FreeBSD.org>
Tue, 10 Jan 2006 09:19:10 +0000 (09:19 +0000)
commit57be8af6424fe98a84058dd0712eaa9b9e111185
treeba38ab39bf9faead06889887180608022ca1f910
parent102c8af8288f3384264c77b191aaff70b5806f29
Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)
to COMPAT_43TTY.

Add COMPAT_43TTY to NOTES and */conf/GENERIC

Compile tty_compat.c only under the new option.

Spit out
#warning "Old BSD tty API used, please upgrade."
if ioctl_compat.h gets #included from userland.
17 files changed:
sys/alpha/conf/GENERIC
sys/amd64/conf/GENERIC
sys/conf/NOTES
sys/conf/files
sys/conf/options
sys/i386/conf/GENERIC
sys/ia64/conf/GENERIC
sys/kern/tty.c
sys/kern/tty_compat.c
sys/kern/tty_pty.c
sys/pc98/conf/GENERIC
sys/powerpc/conf/GENERIC
sys/sparc64/conf/GENERIC
sys/sys/ioctl.h
sys/sys/ioctl_compat.h
sys/sys/ttychars.h
sys/sys/ttydev.h