]> git.pld-linux.org Git - packages/dosfstools.git/commitdiff
- llh fix.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 19 Aug 2004 18:21:08 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dosfstools-llh.patch -> 1.1

dosfstools-llh.patch [new file with mode: 0644]

diff --git a/dosfstools-llh.patch b/dosfstools-llh.patch
new file mode 100644 (file)
index 0000000..199ce8a
--- /dev/null
@@ -0,0 +1,14 @@
+--- dosfstools-2.10/dosfsck/dosfsck.h.orig     2003-06-14 22:03:20.000000000 +0200
++++ dosfstools-2.10/dosfsck/dosfsck.h  2004-08-19 20:19:27.005016408 +0200
+@@ -15,6 +15,11 @@
+ #define _LINUX_FS_H             /* hack to avoid inclusion of <linux/fs.h> */
+ #include <linux/msdos_fs.h>
++#ifndef MSDOS_FAT12
++#define MSDOS_FAT12 MAX_FAT12
++#endif
++#include <asm/byteorder.h>
++
+ /* 2.1 kernels use le16_to_cpu() type functions for CF_LE_W & Co., but don't
+  * export this macros, only __le16_to_cpu(). */
+ #ifndef le16_to_cpu
This page took 0.11173 seconds and 4 git commands to generate.