summaryrefslogtreecommitdiff
path: root/dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch')
-rw-r--r--dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch b/dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch
deleted file mode 100644
index b54a5bf3a00c..000000000000
--- a/dev-util/ltrace/files/ltrace-0.7.3-pid_t.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/proc.h
-+++ b/proc.h
-@@ -26,6 +26,7 @@
- #include "config.h"
-
- #include <sys/time.h>
-+#include <unistd.h> /* pid_t */
-
- #if defined(HAVE_LIBUNWIND)
- # include <libunwind.h>