http://bugs.openembedded.org/show_bug.cgi?id=1155


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




------- Comment #6 from [EMAIL PROTECTED]  2006-07-12 01:53 -------
mkdsofs.c is using types of the style __u8, which it gets with some versions of
libc headers via linux/hdreg.h including asm/types.h.

Newer version of fedora (at least) have a hdreg.h which does not include
asm/types.h.

To work around this patch mkdosfs.c to explicity include linux/types.h which
will in turn pull in asm/types.h which defines these variables.

Committed as revision 7f1dd72d1d229579d68f81281ce57f081eeceb60

I didn't look at dosfsutils 2.11. Not sure if I should close this or leave it
hold a note that we should upgrade to 2.11.


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to