On 19/07/2011, at 11:12 PM, Denys Vlasenko wrote: > On Tue, Jul 19, 2011 at 8:14 AM, Steve Bennett <[email protected]> wrote: >> On 19/07/2011, at 5:32 AM, Andreas Schwab wrote: >>> >>> Steve Bennett <[email protected]> writes: >>> >>>> @@ -306,16 +306,7 @@ AC_CHECK_MEMBERS([struct sigcontext.sc_hi2],,, >>>> [#include <signal.h> >>>> >>>> AC_CHECK_DECLS([sys_errlist]) >>>> AC_CHECK_DECLS([sys_siglist, _sys_siglist],,, [#include <signal.h>]) >>>> -AC_CHECK_DECLS([\ >>>> - PTRACE_SETOPTIONS, \ >>>> - PTRACE_GETEVENTMSG, \ >>>> - PTRACE_GETSIGINFO, \ >>>> - PTRACE_O_TRACEFORK, \ >>>> - PTRACE_O_TRACEVFORK, \ >>>> - PTRACE_O_TRACECLONE, \ >>>> - PTRACE_EVENT_FORK, \ >>>> - PTRACE_EVENT_VFORK, \ >>>> - PTRACE_EVENT_CLONE],,, [#include <sys/ptrace.h>]) >>>> +AC_CHECK_DECLS([PTRACE_SETOPTIONS, PTRACE_GETEVENTMSG, PTRACE_GETSIGINFO, >>>> PTRACE_O_TRACEFORK, PTRACE_O_TRACEVFORK, PTRACE_O_TRACECLONE, >>>> PTRACE_O_TRACEEXEC, PTRACE_O_TRACESYSGOOD, PTRACE_EVENT_FORK, >>>> PTRACE_EVENT_VFORK, PTRACE_EVENT_VFORK_DONE, PTRACE_EVENT_EXEC, >>>> PTRACE_EVENT_EXIT, PTRACE_EVENT_CLONE],,, [#include <sys/ptrace.h>]) >>> >>> Just remove the backslashes. >>> >>> Andreas. >> >> Good to know that *someone* understand the m4 quoting rules. >> Is it worth updating the patch. Is anyone going to apply this? >> Denis? > > Pushed to strace git: > > commit d166c55f0d293137bbe04bc79b03f51bd8a530e0 > Author: Denys Vlasenko <[email protected]> > Date: Tue Jul 19 14:49:57 2011 +0200 > > Remove superfluous backslash-continuation in configure.ac > > * configure.ac: remove superfluous backslash continuation > in AC_CHECK_DECLS
Thanks, but it also needs some extra checks and some changes to defs.h See attached. Cheers, Steve -- µWeb: Embedded Web Framework - http://uweb.workware.net.au/ WorkWare Systems Pty Ltd W: www.workware.net.au P: +61 434 921 300 E: [email protected] F: +61 7 3391 6002
0001-Check-for-additional-PTRACE-options-events-etc.patch
Description: Binary data
------------------------------------------------------------------------------ Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth analysis on the changes within the DLP market, and the criteria used to evaluate the strengths and weaknesses of these DLP solutions. http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
