diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-22 17:21:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-22 17:21:34 +0100 |
commit | ad24155bbceac804e12c740b66d55ea3e34ae386 (patch) | |
tree | 4d19a73dff8608b50941ba4ef910d106fa166803 /package/strace/patches/patch-printmode_c | |
parent | 4f0f636b7e18247a2497907fb343ddd34664abad (diff) |
strace: update to latest stable version, remove patches first and see what is required
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" - |