K 10 svn:author V 6 koitsu K 8 svn:date V 27 2008-08-28T12:06:21.000000Z K 7 svn:log V 321 Fix-up for 8.0-CURRENT. src/stty.c fails to compile due to TAB1 and TAB2 termios bits being undefined. They've been moved to sys/ioctl_compat.h which requires _KERNEL be defined. Somewhat of an ugly hack; possible alternative would be to remove use of TAB1 and TAB2 in src/stty.c altogether. Reported by: jsa @ EFnet END