Re: [2.5.54-dj1-bk] Some interesting experiences...

dhinds (dhinds@sonic.net)
Tue, 7 Jan 2003 22:16:05 -0800


On Tue, Jan 07, 2003 at 09:56:30PM -0800, Joshua Kwan wrote:
> Ok, the problem is with scsi.h.
> In a typedef for SCSI LUNs 'u8' is used, but not defined - either
> 'typedef u_int8_t u8' outside of the struct, or changing the
> declaration to u_int8_t works. Thanks Misha...

It isn't a kernel header bug; 'u8' is defined elsewhere. I'll fix
cardmgr properly; it should not be referencing any kernel header
files.

-- Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/