Dear strace developers,
can you please apply this trivial patch to strace in git?
It fixes an obvious typo which prints "lock" instead of "getpeername"
for the getpeername syscall.
Thanks,
Helge
diff -up ./linux/hppa/syscallent.h.org ./linux/hppa/syscallent.h
--- ./linux/hppa/syscallent.h.org 2015-01-24 16:41:25.601801409 +0100
+++ ./linux/hppa/syscallent.h 2015-01-24 16:41:41.857843080 +0100
@@ -55,7 +55,7 @@
{ 0, NF, sys_getegid, "getegid" }, /*
50 */
{ 1, TF, sys_acct, "acct" }, /*
51 */
{ 2, TF, sys_umount2, "umount2" }, /*
52 */
- { 3, TN, sys_getpeername, "lock" }, /*
53 */
+ { 3, TN, sys_getpeername, "getpeername" }, /*
53 */
{ 3, TD, sys_ioctl, "ioctl" }, /*
54 */
{ 3, TD, sys_fcntl, "fcntl" }, /*
55 */
{ 4, TN, sys_socketpair, "socketpair" }, /*
56 */
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel