Deleted Added
full compact
28c28
< * $FreeBSD: head/sys/compat/linux/linux_ioctl.c 66834 2000-10-08 21:34:00Z phk $
---
> * $FreeBSD: head/sys/compat/linux/linux_ioctl.c 68201 2000-11-01 19:48:35Z obrien $
53a54,56
> #ifdef __alpha__
> #include <linux_proto.h>
> #else
54a58,63
> #endif
>
> #include <linux_proto.h>
> #ifdef __alpha__
> #include <machine/../linux/linux_ioctl.h>
> #else
55a65
> #endif
122a133,134
> #ifdef __alpha__
> unsigned char c_cc[LINUX_NCCS];
123a136,139
> unsigned int c_ispeed;
> unsigned int c_ospeed;
> #else
> unsigned char c_line;
124a141
> #endif
969c986
< static unsigned dirbits[4] = { IOC_VOID, IOC_IN, IOC_OUT, IOC_INOUT };
---
> static u_int32_t dirbits[4] = { IOC_VOID, IOC_IN, IOC_OUT, IOC_INOUT };