psmisc: drop unnecessary musl/ppc patch
This commit is contained in:
parent
e1870e6be2
commit
4d21ada6f8
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
--- src/peekfd.c 2018-08-13 13:24:56.871341954 +0200
|
||||
+++ src/peekfd.c 2019-01-12 21:44:15.913496261 +0100
|
||||
@@ -30,7 +30,9 @@
|
||||
#include <asm/ptrace.h>
|
||||
#include <byteswap.h>
|
||||
#include <endian.h>
|
||||
+#if !defined(PPC) || defined(__GLIBC__)
|
||||
#include <sys/user.h>
|
||||
+#endif
|
||||
#include <stdlib.h>
|
||||
#include <getopt.h>
|
||||
#include <ctype.h>
|
Loading…
Reference in a new issue