]> git.pld-linux.org Git - packages/linux-libc-headers.git/commitdiff
- fixes dosfsprogs build
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 Aug 2004 21:05:16 +0000 (21:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-libc-headers-update.patch -> 1.7

linux-libc-headers-update.patch [new file with mode: 0644]

diff --git a/linux-libc-headers-update.patch b/linux-libc-headers-update.patch
new file mode 100644 (file)
index 0000000..61b358a
--- /dev/null
@@ -0,0 +1,17 @@
+Index: linux-libc-headers/include/linux/msdos_fs.h
+===================================================================
+RCS file: /cvsroot/linux-libc-headers/include/linux/msdos_fs.h,v
+retrieving revision 1.5
+retrieving revision 1.6
+diff -u -r1.5 -r1.6
+--- linux-libc-headers/include/linux/msdos_fs.h        17 Jan 2004 22:43:07 -0000      1.5
++++ linux-libc-headers/include/linux/msdos_fs.h        19 Aug 2004 18:18:25 -0000      1.6
+@@ -116,6 +116,8 @@
+ #define CT_LE_W(v) cpu_to_le16(v)
+ #define CT_LE_L(v) cpu_to_le32(v)
++#include <asm/types.h>
++
+ struct fat_boot_sector {
+       __u8    ignored[3];     /* Boot strap short or near jump */
+       __u8    system_id[8];   /* Name - can be used to special case
This page took 0.041927 seconds and 4 git commands to generate.