Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21489 - Syntax error in ide-cd.h (kernel sources 2.4.20)
Summary: Syntax error in ide-cd.h (kernel sources 2.4.20)
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
: 21598 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-05-22 12:53 UTC by Robin Princeley
Modified: 2003-05-24 09:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Princeley 2003-05-22 12:53:38 UTC
In file drivers/ide/ide-cd.h 
 
atapi_mechstat_header has a member defined: 
 
	__u8 short slot_tablelen; 
 
with __u8 defined as unsigned char in include/asm/types.h.
Comment 1 David Nielsen 2003-05-22 13:56:22 UTC
needs to be __u16 slot_tablelen instead  - at least to compile with GCC 3.3.
Comment 2 Jay Pfeifer (RETIRED) gentoo-dev 2003-05-22 16:57:36 UTC
there are gcc 3.3 fixes on they way for gentoo patched kernels. they will be introduced shortly, around the time gcc 3.3 is unmasked. until then, use gcc 3.2.x

Jay
Comment 3 Jay Pfeifer (RETIRED) gentoo-dev 2003-05-24 09:10:55 UTC
*** Bug 21598 has been marked as a duplicate of this bug. ***