]> git.pld-linux.org Git - packages/linux-libc-headers.git/blob - linux-libc-headers-update.patch
- fixes dosfsprogs build
[packages/linux-libc-headers.git] / linux-libc-headers-update.patch
1 Index: linux-libc-headers/include/linux/msdos_fs.h
2 ===================================================================
3 RCS file: /cvsroot/linux-libc-headers/include/linux/msdos_fs.h,v
4 retrieving revision 1.5
5 retrieving revision 1.6
6 diff -u -r1.5 -r1.6
7 --- linux-libc-headers/include/linux/msdos_fs.h 17 Jan 2004 22:43:07 -0000      1.5
8 +++ linux-libc-headers/include/linux/msdos_fs.h 19 Aug 2004 18:18:25 -0000      1.6
9 @@ -116,6 +116,8 @@
10  #define CT_LE_W(v) cpu_to_le16(v)
11  #define CT_LE_L(v) cpu_to_le32(v)
12  
13 +#include <asm/types.h>
14 +
15  struct fat_boot_sector {
16         __u8    ignored[3];     /* Boot strap short or near jump */
17         __u8    system_id[8];   /* Name - can be used to special case
This page took 0.023537 seconds and 3 git commands to generate.