diff -Nur strace-4.4.orig/linux/alpha/syscallent.h strace-4.4/linux/alpha/syscallent.h --- strace-4.4.orig/linux/alpha/syscallent.h Fri Oct 19 16:35:06 2001 +++ strace-4.4/linux/alpha/syscallent.h Fri Oct 19 16:35:23 2001 @@ -405,7 +405,7 @@ { 2, TF, sys_pivot_root, "pivot_root" }, /* 374 */ { 3, 0, sys_mincore, "mincore" }, /* 375 */ { 3, 0, printargs, "pciconfig_iobase" }, /* 376 */ - { 4, 0, sys_getdents64, "getdents64" }, /* 377 */ + { 3, 0, sys_getdents64, "getdents64" }, /* 377 */ { 0, 0, printargs, "gettid" }, /* 378 */ { 4, 0, sys_readahead, "readahead" }, /* 379 */ { 5, 0, printargs, "SYS_380" }, /* 380 */ --- strace-4.5.6/linux/sparc/syscallent.h.orig 2004-07-26 08:24:07.836003360 +0200 +++ strace-4.5.6/linux/sparc/syscallent.h 2004-07-26 08:26:53.960748560 +0200 @@ -152,7 +152,7 @@ { 4, TN, sys_getmsg, "getmsg" }, /* 151 */ { 4, TN, sys_putmsg, "putmsg" }, /* 152 */ { 3, 0, sys_poll, "poll" }, /* 153 */ - { 4, 0, sys_getdents64, "getdents64" }, /* 154 */ + { 3, 0, sys_getdents64, "getdents64" }, /* 154 */ { 3, 0, sys_fcntl, "fcntl64" }, /* 155 */ { 4, 0, printargs, "getdirentries" }, /* 156 */ { 2, TF, sys_statfs, "statfs" }, /* 157 */