From: Roland McGrath Date: Tue, 22 Jul 2008 00:22:05 +0000 (+0000) Subject: 2008-07-18 Andreas Schwab X-Git-Tag: v4.5.18~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b95658bdfb3e9a5de60a0e7924875eff336777e;p=strace 2008-07-18 Andreas Schwab * linux/powerpc/syscallent.h: Fix argument count for request_key. --- diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h index a3b354d9..09097cfb 100644 --- a/linux/powerpc/syscallent.h +++ b/linux/powerpc/syscallent.h @@ -299,7 +299,7 @@ { 3, 0, sys_mq_getsetattr, "mq_getsetattr" }, /* 267 */ { 5, 0, printargs, "sys_kexec_load" }, /* 268 */ { 5, 0, printargs, "add_key" }, /* 269 */ - { 5, 0, printargs, "request_key" }, /* 270 */ + { 4, 0, printargs, "request_key" }, /* 270 */ { 5, 0, printargs, "keyctl" }, /* 271 */ { 5, TP, sys_waitid, "waitid" }, /* 272 */ { 3, 0, printargs, "ioprio_set" }, /* 273 */