summaryrefslogtreecommitdiff
path: root/sysutils/dd_rescue/files/patch-find_nonzero.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/dd_rescue/files/patch-find_nonzero.h')
-rw-r--r--sysutils/dd_rescue/files/patch-find_nonzero.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sysutils/dd_rescue/files/patch-find_nonzero.h b/sysutils/dd_rescue/files/patch-find_nonzero.h
deleted file mode 100644
index 71198d554037..000000000000
--- a/sysutils/dd_rescue/files/patch-find_nonzero.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- find_nonzero.h.orig 2014-01-18 17:32:44.000000000 +0900
-+++ find_nonzero.h 2014-01-18 17:33:03.000000000 +0900
-@@ -12,6 +12,7 @@
-
- #include <string.h>
- #include <sys/types.h>
-+#include <stdint.h>
-
- #ifdef HAVE_FFS
- # define myffs(x) ffs(x)