]> git.pld-linux.org Git - packages/strace.git/blob - strace-getdents64.patch
- grrr. updated to 4.5.9, removed obsolete sparc patch
[packages/strace.git] / strace-getdents64.patch
1 diff -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
4 @@ -405,7 +405,7 @@
5         { 2,    TF,     sys_pivot_root,         "pivot_root"            }, /* 374 */
6         { 3,    0,      sys_mincore,            "mincore"               }, /* 375 */
7         { 3,    0,      printargs,              "pciconfig_iobase"      }, /* 376 */
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 */
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 @@
16         { 4,    TN,     sys_getmsg,     "getmsg" },             /* 151 */
17         { 4,    TN,     sys_putmsg,     "putmsg" },             /* 152 */
18         { 3,    0,      sys_poll,       "poll" },               /* 153 */
19 -       { 4,    0,      sys_getdents64, "getdents64" },         /* 154 */
20 +       { 3,    0,      sys_getdents64, "getdents64" },         /* 154 */
21         { 3,    0,      sys_fcntl,      "fcntl64" },            /* 155 */
22         { 4,    0,      printargs,      "getdirentries" },      /* 156 */
23         { 2,    TF,     sys_statfs,     "statfs" },             /* 157 */
This page took 0.066662 seconds and 3 git commands to generate.