[Buildroot] [PATCH] make strace buildable

Bernhard Fischer rep.dot.nop at gmail.com
Thu Sep 20 14:48:44 UTC 2007


On Thu, Sep 20, 2007 at 04:45:27PM +0200, Bernhard Fischer wrote:
>Yann,

>>  	{ 3,	0,	sys_ioperm,		"ioperm"	}, /* 101 */
>> -	{ 2,	TD,	sys_socketcall,		"socketcall", SYS_socketcall }, /* 102 */
>>-+	{ 2,	TD,	sys_socketcall,		"socketcall",
>>++	{ 2,	TD,	sys_socketcall,		"socketcall"
>> +#ifdef __NR_socketcall
>>-+	SYS_socketcall }, /* 102 */
>>++	    , SYS_socketcall
>> +#endif
>>++								}, /* 102 */
----------------------------------------------------------------^

It's right here on the far right. Everything is fine, sorry for the
noise..
>
>Hm. I just ment to push this change upstream but..
>Now if there is no socketcall, where does that closing curly bracket
>come from, again?
>I think it should be right here, but i can't see it?



More information about the buildroot mailing list