From 4e99ee37a8d0a91efb472e58c834086846df9b19 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Mon, 23 Apr 2018 14:51:58 +0200 Subject: dosfstools: Update a patch to avoid fuzz Signed-off-by: Peter Kjellerstedt --- .../dosfstools/dosfstools/dosfstools-msdos_fs-types.patch | 6 +++--- 1 file 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 --- dosfstools-2.10/dosfsck/dosfsck.h.org 2006-02-21 08:36:14.000000000 -0700 +++ dosfstools-2.10/dosfsck/dosfsck.h 2006-02-21 08:40:12.000000000 -0700 @@ -22,6 +22,14 @@ - #undef __KERNEL__ + # undef __KERNEL__ #endif +#ifndef __s8 @@ -21,11 +21,11 @@ Signed-off-by: Scott Garman + #include - /* 2.1 kernels use le16_to_cpu() type functions for CF_LE_W & Co., but don't + #undef CF_LE_W --- dosfstools-2.10/dosfsck/file.c.org 2006-02-21 08:37:36.000000000 -0700 +++ dosfstools-2.10/dosfsck/file.c 2006-02-21 08:37:47.000000000 -0700 @@ -23,6 +23,10 @@ - #undef __KERNEL__ + # undef __KERNEL__ #endif +#ifndef __s8 -- cgit v1.2.3-54-g00ecf