From f88408e2eca2ac43e2b6500578a5bd7ce4736c06 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 13 Aug 2014 14:56:38 +0300 Subject: [PATCH] linux: remove unused ptrace fix --- .../3.16.1/linux-991.01-ptrace_fix.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 packages/linux/patches/3.16.1/linux-991.01-ptrace_fix.patch diff --git a/packages/linux/patches/3.16.1/linux-991.01-ptrace_fix.patch b/packages/linux/patches/3.16.1/linux-991.01-ptrace_fix.patch deleted file mode 100644 index 656284df17..0000000000 --- a/packages/linux/patches/3.16.1/linux-991.01-ptrace_fix.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -Naur linux-3.10.10/include/uapi/linux/ptrace.h linux-3.10.10.patch/include/uapi/linux/ptrace.h ---- linux-3.10.10/include/uapi/linux/ptrace.h 2013-08-29 18:47:51.000000000 +0200 -+++ linux-3.10.10.patch/include/uapi/linux/ptrace.h 2013-09-04 16:38:10.182685149 +0200 -@@ -55,11 +55,13 @@ - - #define PTRACE_PEEKSIGINFO 0x4209 - -+#ifdef __KERNEL__ - struct ptrace_peeksiginfo_args { - __u64 off; /* from which siginfo to start */ - __u32 flags; - __s32 nr; /* how may siginfos to take */ - }; -+#endif /* __KERNEL__ */ - - /* Read signals from a shared (process wide) queue */ - #define PTRACE_PEEKSIGINFO_SHARED (1 << 0)