]> git.pld-linux.org Git - packages/strace.git/blob - strace-getdents64.patch
- tabs in preamble
[packages/strace.git] / strace-getdents64.patch
1 --- strace-4.5.14/linux/alpha/syscallent.h.orig 2006-01-21 22:46:18.938740250 +0100
2 +++ strace-4.5.14/linux/alpha/syscallent.h      2006-01-21 22:53:55.047245250 +0100
3 @@ -405,7 +405,7 @@
4         { 2,    TF,     sys_pivotroot,          "pivot_root"            }, /* 374 */
5         { 3,    0,      sys_mincore,            "mincore"               }, /* 375 */
6         { 3,    0,      printargs,              "pciconfig_iobase"      }, /* 376 */
7 -       { 4,    TD,     sys_getdents64,         "getdents64"            }, /* 377 */
8 +       { 3,    TD,     sys_getdents64,         "getdents64"            }, /* 377 */
9         { 0,    0,      printargs,              "gettid"                }, /* 378 */
10         { 4,    TD,     sys_readahead,          "readahead"             }, /* 379 */
11         { 5,    0,      printargs,              "SYS_380"               }, /* 380 */
12 --- strace-4.5.14/linux/sparc/syscallent.h.orig 2006-01-21 22:46:18.942740500 +0100
13 +++ strace-4.5.14/linux/sparc/syscallent.h      2006-01-21 22:52:02.012181000 +0100
14 @@ -152,7 +152,7 @@
15         { 4,    TN,     sys_getmsg,     "getmsg" },             /* 151 */
16         { 4,    TN,     sys_putmsg,     "putmsg" },             /* 152 */
17         { 3,    TD,     sys_poll,       "poll" },               /* 153 */
18 -       { 4,    TD,     sys_getdents64, "getdents64" },         /* 154 */
19 +       { 3,    TD,     sys_getdents64, "getdents64" },         /* 154 */
20         { 3,    TD,     sys_fcntl,      "fcntl64" },            /* 155 */
21         { 4,    0,      printargs,      "getdirentries" },      /* 156 */
22         { 2,    TF,     sys_statfs,     "statfs" },             /* 157 */
This page took 0.029513 seconds and 3 git commands to generate.