* [Buildroot] [PATCH 1/1] strace: remove undef-CTL_PROC patch
@ 2012-11-29 17:11 James Hogan
2012-11-29 22:44 ` Arnout Vandecappelle
2012-11-30 0:32 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: James Hogan @ 2012-11-29 17:11 UTC (permalink / raw)
To: buildroot
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
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" },
--
1.7.7.6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] strace: remove undef-CTL_PROC patch
2012-11-29 17:11 [Buildroot] [PATCH 1/1] strace: remove undef-CTL_PROC patch James Hogan
@ 2012-11-29 22:44 ` Arnout Vandecappelle
2012-11-30 0:32 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2012-11-29 22:44 UTC (permalink / raw)
To: buildroot
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>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] strace: remove undef-CTL_PROC patch
2012-11-29 17:11 [Buildroot] [PATCH 1/1] strace: remove undef-CTL_PROC patch James Hogan
2012-11-29 22:44 ` Arnout Vandecappelle
@ 2012-11-30 0:32 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-11-30 0:32 UTC (permalink / raw)
To: buildroot
>>>>> "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.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-30 0:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29 17:11 [Buildroot] [PATCH 1/1] strace: remove undef-CTL_PROC patch James Hogan
2012-11-29 22:44 ` Arnout Vandecappelle
2012-11-30 0:32 ` Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.