From: Paul M. <le...@li...> - 2007-10-31 09:41:18
|
The same build issue with SYS_ipc_subcall on sh was also copied on sh64, fix it up so that SYS_ipc_subcall and SYS_socket_subcall are both set to something reasonable. Signed-off-by: Paul Mundt <le...@li...> --- linux/sh64/syscallent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/sh64/syscallent.h =================================================================== RCS file: /cvsroot/strace/strace/linux/sh64/syscallent.h,v retrieving revision 1.13 diff -u -p -r1.13 syscallent.h --- linux/sh64/syscallent.h 2 Aug 2007 01:44:14 -0000 1.13 +++ linux/sh64/syscallent.h 31 Oct 2007 09:23:10 -0000 @@ -429,7 +429,7 @@ { 5, 0, printargs, "SYS_398" }, /* 398 */ { 5, 0, printargs, "SYS_399" }, /* 399 */ -#if SYS_ipc_subcall != 400 +#if SYS_socket_subcall != 400 #error fix me #endif { 8, 0, printargs, "socket_subcall"}, /* 400 */ |