Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42405 - [ 2.6 headers ] linux/usbdevice_fs.h could use #include <linux/compiler.h>
Summary: [ 2.6 headers ] linux/usbdevice_fs.h could use #include <linux/compiler.h>
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal
Assignee: Tim Yamin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-21 12:28 UTC by SpanKY
Modified: 2004-02-22 14:40 UTC (History)
0 users

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 SpanKY gentoo-dev 2004-02-21 12:28:35 UTC
when compiling packages that use that header file, they'll fail because of __user not being declared:

In file included from sys-linux.c:14:
/usr/include/linux/usbdevice_fs.h:49: error: variable or field `__user' declared void
/usr/include/linux/usbdevice_fs.h:49: error: syntax error before '*' token
/usr/include/linux/usbdevice_fs.h:56: error: variable or field `__user' declared void
/usr/include/linux/usbdevice_fs.h:56: error: syntax error before '*' token
<etc>
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2004-02-22 14:40:05 UTC
In CVS, linux-headers-2.6.3-appCompat.patch, v 1.2. Thanks!