summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2018-04-23 14:51:58 +0200
committerPeter Kjellerstedt <pkj@axis.com>2018-04-25 22:46:22 +0200
commit4e99ee37a8d0a91efb472e58c834086846df9b19 (patch)
tree2134684fa7d9d90ab051e8a6c70a396fa6b4df40
parentea47876402968e5b123ad386321c436a15f136fa (diff)
downloadmeta-gplv2-4e99ee37a8d0a91efb472e58c834086846df9b19.tar.gz
dosfstools: Update a patch to avoid fuzz
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
-rw-r--r--recipes-devtools/dosfstools/dosfstools/dosfstools-msdos_fs-types.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/dosfstools/dosfstools/dosfstools-msdos_fs-types.patch b/recipes-devtools/dosfstools/dosfstools/dosfstools-msdos_fs-types.patch
index 35abd1a..c04280e 100644
--- a/recipes-devtools/dosfstools/dosfstools/dosfstools-msdos_fs-types.patch
+++ b/recipes-devtools/dosfstools/dosfstools/dosfstools-msdos_fs-types.patch
@@ -8,7 +8,7 @@ Signed-off-by: Scott Garman <scott.a.garman@intel.com>
8--- dosfstools-2.10/dosfsck/dosfsck.h.org 2006-02-21 08:36:14.000000000 -0700 8--- dosfstools-2.10/dosfsck/dosfsck.h.org 2006-02-21 08:36:14.000000000 -0700
9+++ dosfstools-2.10/dosfsck/dosfsck.h 2006-02-21 08:40:12.000000000 -0700 9+++ dosfstools-2.10/dosfsck/dosfsck.h 2006-02-21 08:40:12.000000000 -0700
10@@ -22,6 +22,14 @@ 10@@ -22,6 +22,14 @@
11 #undef __KERNEL__ 11 # undef __KERNEL__
12 #endif 12 #endif
13 13
14+#ifndef __s8 14+#ifndef __s8
@@ -21,11 +21,11 @@ Signed-off-by: Scott Garman <scott.a.garman@intel.com>
21+ 21+
22 #include <linux/msdos_fs.h> 22 #include <linux/msdos_fs.h>
23 23
24 /* 2.1 kernels use le16_to_cpu() type functions for CF_LE_W & Co., but don't 24 #undef CF_LE_W
25--- dosfstools-2.10/dosfsck/file.c.org 2006-02-21 08:37:36.000000000 -0700 25--- dosfstools-2.10/dosfsck/file.c.org 2006-02-21 08:37:36.000000000 -0700
26+++ dosfstools-2.10/dosfsck/file.c 2006-02-21 08:37:47.000000000 -0700 26+++ dosfstools-2.10/dosfsck/file.c 2006-02-21 08:37:47.000000000 -0700
27@@ -23,6 +23,10 @@ 27@@ -23,6 +23,10 @@
28 #undef __KERNEL__ 28 # undef __KERNEL__
29 #endif 29 #endif
30 30
31+#ifndef __s8 31+#ifndef __s8