freebsd-dev/sys/compat
Marcel Moolenaar 3c7b85d4f0 Fix Alpha related brokenness. We used to have a MD linux_ioctl.h
that appeared to be very different from the MI version. These
differences were mostly bogus and caused by copying octal
definitions and write them as hexadecimal values without doing
any base conversion (ie 010 was copied to 0x10). After filtering
out these differences, any remaining (real) incompatibilities
have been merged into the MI header file to make them more visible.

While here, fix the termios <-> termio conversion WRT to the c_cc
field for Alpha. The termios values do not match the termio values
and thus prevents us from copying.

By eliminating the Alpha MD copy of linux_ioctl.h we also fixed
the recent build breakage caused by putting new bits in the MI
header and not in the MD header.
2001-10-19 08:18:31 +00:00
..
linprocfs #if 0 out some code that depends on other uncommitted patches. 2001-10-19 01:52:13 +00:00
linux Fix Alpha related brokenness. We used to have a MD linux_ioctl.h 2001-10-19 08:18:31 +00:00
netbsd
pecoff KSE Milestone 2 2001-09-12 08:38:13 +00:00
svr4 Add missing includes of sys/lock.h. 2001-10-11 17:52:20 +00:00