diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-18 15:39:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-19 15:44:11 +0100 |
commit | a2eb7e103ec985ff90f59e722e0a8a43373972a2 (patch) | |
tree | 1b9200d9e5a1f8455f8e950858b9afbacad20700 /dev-debug/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch | |
parent | Move {dev-util → dev-debug}/leaktracer (diff) | |
download | gentoo-a2eb7e103ec985ff90f59e722e0a8a43373972a2.tar.gz gentoo-a2eb7e103ec985ff90f59e722e0a8a43373972a2.tar.bz2 gentoo-a2eb7e103ec985ff90f59e722e0a8a43373972a2.zip |
Move {dev-util → dev-debug}/ltrace
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-debug/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch')
-rw-r--r-- | dev-debug/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-debug/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch b/dev-debug/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch new file mode 100644 index 000000000000..c466ce17e02d --- /dev/null +++ b/dev-debug/ltrace/files/ltrace-0.7.3-ia64-pid_t.patch @@ -0,0 +1,6 @@ +--- a/sysdeps/linux-gnu/ia64/breakpoint.c ++++ b/sysdeps/linux-gnu/ia64/breakpoint.c +@@ -26,2 +26,3 @@ + #include <sys/ptrace.h> ++#include <sys/types.h> /* pid_t */ + #include <string.h> |