summaryrefslogtreecommitdiff
path: root/package/mtd-utils/patches/patch-nand-utils_nftl_format_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-09 17:08:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-12 11:27:06 +0200
commit8f0c9d603275db54d666ad4ce64c49bc0a464433 (patch)
tree6b4a30ca5976cfaf0e0e31199d34fb70b3afcbab /package/mtd-utils/patches/patch-nand-utils_nftl_format_c
parent6fa287a18e343e6764af136eeeb59ed6883d7382 (diff)
mtd-utils: update to 2.2.1
Diffstat (limited to 'package/mtd-utils/patches/patch-nand-utils_nftl_format_c')
-rw-r--r--package/mtd-utils/patches/patch-nand-utils_nftl_format_c10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/mtd-utils/patches/patch-nand-utils_nftl_format_c b/package/mtd-utils/patches/patch-nand-utils_nftl_format_c
deleted file mode 100644
index ff25489ef..000000000
--- a/package/mtd-utils/patches/patch-nand-utils_nftl_format_c
+++ /dev/null
@@ -1,10 +0,0 @@
---- mtd-utils-2.0.0.orig/nand-utils/nftl_format.c 2016-12-14 10:06:35.000000000 +0100
-+++ mtd-utils-2.0.0/nand-utils/nftl_format.c 2017-04-26 08:57:07.000000000 +0200
-@@ -23,6 +23,7 @@
- #define PROGRAM_NAME "nftl_format"
-
- #define _XOPEN_SOURCE 500 /* for pread/pwrite */
-+#include <sys/types.h>
- #include <unistd.h>
- #include <stdlib.h>
- #include <stdio.h>