diff options
Diffstat (limited to 'package/strace/patches/patch-printmode_c')
-rw-r--r-- | package/strace/patches/patch-printmode_c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/strace/patches/patch-printmode_c b/package/strace/patches/patch-printmode_c deleted file mode 100644 index 517fb124c..000000000 --- a/package/strace/patches/patch-printmode_c +++ /dev/null @@ -1,10 +0,0 @@ ---- strace-4.10.orig/printmode.c 2014-12-11 22:39:02.000000000 +0100 -+++ strace-4.10/printmode.c 2015-10-11 19:29:01.988533795 +0200 -@@ -1,6 +1,7 @@ - #include "defs.h" - - #include <fcntl.h> -+#include <sys/stat.h> - - #include "xlat/modetypes.h" - |