2007-11-01 Roland McGrath <roland@redhat.com>
* linux/mips/syscallent.h: Fix argument count for lookup_dcookie.
From Paul Mundt <lethal@linux-sh.org>.
diff --git a/linux/mips/syscallent.h b/linux/mips/syscallent.h
index 0eb57f6..1b31d0d 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 */