| Submitter | James Hogan |
|---|---|
| Date | Nov. 29, 2012, 5:11 p.m. |
| Message ID | <1354209118-12653-1-git-send-email-james.hogan@imgtec.com> |
| Download | mbox | patch |
| Permalink | /patch/202788/ |
| State | Accepted |
| Commit | d490bb6c371468d027e228a445c258af4a272ba7 |
| Headers | show |
Comments
On 29/11/12 18:11, James Hogan wrote: > This patch is no longer necessary since strace-v4.5.15 which always > defines CTL_PROC. Specifically strace git commit > 35a55785ea8ff44d214af52085e3a5ea624730aa. > > Signed-off-by: James Hogan<james.hogan@imgtec.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
>>>>> "James" == James Hogan <james.hogan@imgtec.com> writes:
James> This patch is no longer necessary since strace-v4.5.15 which always
James> defines CTL_PROC. Specifically strace git commit
James> 35a55785ea8ff44d214af52085e3a5ea624730aa.
Committed, thanks.
Patch
diff --git a/package/strace/strace-undef-CTL_PROC.patch b/package/strace/strace-undef-CTL_PROC.patch deleted file mode 100644 index d841999..0000000 --- a/package/strace/strace-undef-CTL_PROC.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/system.c -+++ b/system.c -@@ -1614,7 +1614,9 @@ static const struct xlat sysctl_root[] = - { CTL_KERN, "CTL_KERN" }, - { CTL_VM, "CTL_VM" }, - { CTL_NET, "CTL_NET" }, -+#ifdef CTL_PROC - { CTL_PROC, "CTL_PROC" }, -+#endif - { CTL_FS, "CTL_FS" }, - { CTL_DEBUG, "CTL_DEBUG" }, - { CTL_DEV, "CTL_DEV" },
This patch is no longer necessary since strace-v4.5.15 which always defines CTL_PROC. Specifically strace git commit 35a55785ea8ff44d214af52085e3a5ea624730aa. Signed-off-by: James Hogan <james.hogan@imgtec.com> --- package/strace/strace-undef-CTL_PROC.patch | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) delete mode 100644 package/strace/strace-undef-CTL_PROC.patch