summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-05-02 20:47:54 +0000
committerMike Frysinger <vapier@gentoo.org>2007-05-02 20:47:54 +0000
commit8a55466880bf418b75b7cf25d4a9cce0507ed5b5 (patch)
tree8d8d6f41e324276591141f7f14350f6c2fed102c /sys-process/psmisc/files
parentReally stable on x86 this time, thanks to gustavoz (diff)
downloadgentoo-2-8a55466880bf418b75b7cf25d4a9cce0507ed5b5.tar.gz
gentoo-2-8a55466880bf418b75b7cf25d4a9cce0507ed5b5.tar.bz2
gentoo-2-8a55466880bf418b75b7cf25d4a9cce0507ed5b5.zip
Touchup peekfd handling #175776 by Harald van Dijk.
(Portage version: 2.1.2.5)
Diffstat (limited to 'sys-process/psmisc/files')
-rw-r--r--sys-process/psmisc/files/psmisc-22.5-user-header.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-process/psmisc/files/psmisc-22.5-user-header.patch b/sys-process/psmisc/files/psmisc-22.5-user-header.patch
new file mode 100644
index 000000000000..c982dde795fa
--- /dev/null
+++ b/sys-process/psmisc/files/psmisc-22.5-user-header.patch
@@ -0,0 +1,11 @@
+--- src/peekfd.c
++++ src/peekfd.c
+@@ -26,7 +26,7 @@
+ #include <sys/ptrace.h>
+ #include <sys/types.h>
+ #include <sys/wait.h>
+-#include <linux/user.h>
++#include <sys/user.h>
+ #include <stdlib.h>
+ #include <getopt.h>
+ #include <ctype.h>