summaryrefslogtreecommitdiff
path: root/packages/dosfstools/files
AgeCommit message (Collapse)AuthorFiles
2006-07-12dosfstools/dosfstools-native 2.10: Fix for lib headers which don't pull inJamie Lenehan1
the types that dosfstools expects such as those provided with Fedora Core 4 and 5. The mkdsofs.c program is using types of the style __u8 which it implictly gets via an include of linux/hdreg.h with some version of libc headers. Explicity include linux/types.h to ensure we get those defines directly. Resolves bug #1155.
2006-04-18dosfstools: Compile fixes. Add functionality for creating MSDOS image Raymond Danks7
files from OE.