From 2b95658bdfb3e9a5de60a0e7924875eff336777e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 22 Jul 2008 00:22:05 +0000 Subject: [PATCH] 2008-07-18 Andreas Schwab * linux/powerpc/syscallent.h: Fix argument count for request_key. --- linux/powerpc/syscallent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.40.0