]> git.pld-linux.org Git - packages/dosfstools.git/blame - dosfstools-llh.patch
- spaces->tabs
[packages/dosfstools.git] / dosfstools-llh.patch
CommitLineData
c4af7897
PS
1--- dosfstools-2.10/dosfsck/dosfsck.h.orig 2003-06-14 22:03:20.000000000 +0200
2+++ dosfstools-2.10/dosfsck/dosfsck.h 2004-08-19 20:19:27.005016408 +0200
3@@ -15,6 +15,11 @@
4 #define _LINUX_FS_H /* hack to avoid inclusion of <linux/fs.h> */
5 #include <linux/msdos_fs.h>
6
7+#ifndef MSDOS_FAT12
8+#define MSDOS_FAT12 MAX_FAT12
9+#endif
10+#include <asm/byteorder.h>
11+
12 /* 2.1 kernels use le16_to_cpu() type functions for CF_LE_W & Co., but don't
13 * export this macros, only __le16_to_cpu(). */
14 #ifndef le16_to_cpu
This page took 0.096521 seconds and 4 git commands to generate.