[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Kernel BenH



On Tue, May 20 2003, Jule Slootbeek wrote:
> Thanks fo all the replys relating to my FireWire question, i'm trying to 
> recmpile me kernel but i keep running into this error during make vmlinux:
> 
> In file included from ide-cd.c:318:
> ide-cd.h:440: error: long, short, signed or unsigned used invalidly for 
> `slot_tablelen'

At line 440 in drivers/ide/ide-cd.h, change the '__u8 short' to __u16.
Ala

	...
	__u16	slot_tablelen;
};

-- 
Jens Axboe



Reply to: