diff options
Diffstat (limited to 'sys-process/psmisc/files/psmisc-22.12-peekfd.patch')
-rw-r--r-- | sys-process/psmisc/files/psmisc-22.12-peekfd.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-process/psmisc/files/psmisc-22.12-peekfd.patch b/sys-process/psmisc/files/psmisc-22.12-peekfd.patch deleted file mode 100644 index bb0686152321..000000000000 --- a/sys-process/psmisc/files/psmisc-22.12-peekfd.patch +++ /dev/null @@ -1,14 +0,0 @@ -Fix building of peekfd for x86_64 (from upstream). - ---- configure.ac -+++ configure.ac -@@ -66,7 +66,8 @@ - struct user_regs_struct.rdi, - struct user_regs_struct.rsi, - struct user_regs_struct.rdx], [],[], -- [#include <sys/user.h>]) -+ [#include <bits/types.h> -+ #include <sys/user.h>]) - AC_CHECK_MEMBERS([struct pt_regs.orig_gpr3, - struct pt_regs.gpr], [],[], [#include <linux/ptrace.h>]) - AC_CHECK_MEMBERS([struct pt_regs.uregs],[],[], [#include <asm/ptrace.h>]) |