From: Roland McGrath Date: Thu, 1 Nov 2007 21:55:56 +0000 (+0000) Subject: 2007-11-01 Roland McGrath X-Git-Tag: v4.5.18~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c502ad03ae3c4720eb3898273e2f735c485664e;p=strace 2007-11-01 Roland McGrath * linux/mips/syscallent.h: Fix argument count for lookup_dcookie. From Paul Mundt . --- diff --git a/linux/mips/syscallent.h b/linux/mips/syscallent.h index 0eb57f64..1b31d0dc 100644 --- a/linux/mips/syscallent.h +++ b/linux/mips/syscallent.h @@ -4245,7 +4245,7 @@ { 3, 0, sys_io_submit, "io_submit" }, /* 4244 */ { 3, 0, sys_io_cancel, "io_cancel" }, /* 4245 */ { 1, TP, sys_exit, "exit_group" }, /* 4246 */ - { 3, 0, printargs, "lookup_dcookie"}, /* 4247 */ + { 4, 0, printargs, "lookup_dcookie"}, /* 4247 */ { 1, 0, sys_epoll_create, "epoll_create" }, /* 4248 */ { 4, TD, sys_epoll_ctl, "epoll_ctl" }, /* 4249 */ { 3, TD, sys_epoll_wait, "epoll_wait" }, /* 4250 */