From 7aa61344753bcfeae37758715f8a38fe68c32700 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Sat, 24 Jan 2015 16:34:31 +0000 Subject: [PATCH] hppa: fix typo in getpeername syscall entry This fixes an obvious typo which prints "lock" instead of "getpeername" for the getpeername syscall. * linux/hppa/syscallent.h (getpeername): Change sys_name to "getpeername". --- linux/hppa/syscallent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index a170a8a8..2439f531 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -55,7 +55,7 @@ [ 50] = { 0, NF, sys_getegid, "getegid" }, [ 51] = { 1, TF, sys_acct, "acct" }, [ 52] = { 2, TF, sys_umount2, "umount2" }, -[ 53] = { 3, TN, sys_getpeername, "lock" }, +[ 53] = { 3, TN, sys_getpeername, "getpeername" }, [ 54] = { 3, TD, sys_ioctl, "ioctl" }, [ 55] = { 3, TD, sys_fcntl, "fcntl" }, [ 56] = { 4, TN, sys_socketpair, "socketpair" }, -- 2.40.0