diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-09 17:08:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-12 11:27:06 +0200 |
commit | 8f0c9d603275db54d666ad4ce64c49bc0a464433 (patch) | |
tree | 6b4a30ca5976cfaf0e0e31199d34fb70b3afcbab /package/mtd-utils/patches/patch-include_common_h | |
parent | 6fa287a18e343e6764af136eeeb59ed6883d7382 (diff) |
mtd-utils: update to 2.2.1
Diffstat (limited to 'package/mtd-utils/patches/patch-include_common_h')
-rw-r--r-- | package/mtd-utils/patches/patch-include_common_h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/mtd-utils/patches/patch-include_common_h b/package/mtd-utils/patches/patch-include_common_h deleted file mode 100644 index 1109ab485..000000000 --- a/package/mtd-utils/patches/patch-include_common_h +++ /dev/null @@ -1,19 +0,0 @@ ---- mtd-utils-2.0.0.orig/include/common.h 2016-12-14 10:06:35.000000000 +0100 -+++ mtd-utils-2.0.0/include/common.h 2017-04-26 01:52:28.000000000 +0200 -@@ -26,10 +26,15 @@ - #include <string.h> - #include <fcntl.h> - #include <errno.h> -+#ifndef __APPLE__ - #include <features.h> -+#include <sys/sysmacros.h> -+#endif - #include <inttypes.h> - #include <unistd.h> --#include <sys/sysmacros.h> -+ -+#include <time.h> -+#include "os-compat.h" - - #include "config.h" - |