]> git.pld-linux.org Git - packages/strace.git/blame - strace-getdents64.patch
- grrr. updated to 4.5.9, removed obsolete sparc patch
[packages/strace.git] / strace-getdents64.patch
CommitLineData
f90d9891
JB
1diff -Nur strace-4.4.orig/linux/alpha/syscallent.h strace-4.4/linux/alpha/syscallent.h
2--- strace-4.4.orig/linux/alpha/syscallent.h Fri Oct 19 16:35:06 2001
3+++ strace-4.4/linux/alpha/syscallent.h Fri Oct 19 16:35:23 2001
4add37e9 4@@ -405,7 +405,7 @@
ed799d14
AM
5 { 2, TF, sys_pivot_root, "pivot_root" }, /* 374 */
6 { 3, 0, sys_mincore, "mincore" }, /* 375 */
7 { 3, 0, printargs, "pciconfig_iobase" }, /* 376 */
4add37e9 8- { 4, 0, sys_getdents64, "getdents64" }, /* 377 */
9+ { 3, 0, sys_getdents64, "getdents64" }, /* 377 */
10 { 0, 0, printargs, "gettid" }, /* 378 */
11 { 4, 0, sys_readahead, "readahead" }, /* 379 */
12 { 5, 0, printargs, "SYS_380" }, /* 380 */
959810c2
JB
13--- strace-4.5.6/linux/sparc/syscallent.h.orig 2004-07-26 08:24:07.836003360 +0200
14+++ strace-4.5.6/linux/sparc/syscallent.h 2004-07-26 08:26:53.960748560 +0200
15@@ -152,7 +152,7 @@
de4e0a62
JR
16 { 4, TN, sys_getmsg, "getmsg" }, /* 151 */
17 { 4, TN, sys_putmsg, "putmsg" }, /* 152 */
18 { 3, 0, sys_poll, "poll" }, /* 153 */
8756befb 19- { 4, 0, sys_getdents64, "getdents64" }, /* 154 */
959810c2
JB
20+ { 3, 0, sys_getdents64, "getdents64" }, /* 154 */
21 { 3, 0, sys_fcntl, "fcntl64" }, /* 155 */
de4e0a62
JR
22 { 4, 0, printargs, "getdirentries" }, /* 156 */
23 { 2, TF, sys_statfs, "statfs" }, /* 157 */
This page took 0.115027 seconds and 4 git commands to generate.