]> git.pld-linux.org Git - packages/strace.git/commitdiff
- updated to version 4.5 auto/ac/strace-4_5-1
authorgrzegol <grzegol@pld-linux.org>
Tue, 30 Sep 2003 13:55:43 +0000 (13:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    strace-getdents64.patch -> 1.8
    strace-newsysc.patch -> 1.8

strace-getdents64.patch
strace-newsysc.patch

index fdc3a9306c991ed4c541340e42b9715e7713890a..5f7a9df2b3eb23e3d477dd5b9ed530da9ce8e88c 100644 (file)
@@ -17,11 +17,15 @@ diff -Nur strace-4.4.orig/desc.c strace-4.4/desc.c
 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
-@@ -406,3 +406,4 @@
+@@ -405,7 +405,7 @@
        { 2,    TF,     sys_pivot_root,         "pivot_root"            }, /* 374 */
        { 3,    0,      sys_mincore,            "mincore"               }, /* 375 */
        { 3,    0,      printargs,              "pciconfig_iobase"      }, /* 376 */
-+      { 3,    0,      sys_getdents64,         "getdents64"            }, /* 377 */  
+-      { 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.4.94/linux/sparc/syscallent.h.orig        Fri Apr  4 09:08:08 2003
 +++ strace-4.4.94/linux/sparc/syscallent.h     Fri Apr  4 09:09:57 2003
 @@ -152,8 +152,8 @@
index e380496449722826bfca886a92171fe3804f30b0..f9e44c63a89a3ee95009be49b641ca43f3f6b031 100644 (file)
@@ -10,7 +10,7 @@ diff -Nur strace-4.4.orig/linux/alpha/syscallent.h strace-4.4/linux/alpha/syscal
        { 0,    0,      sys_vhangup,            "vhangup"               }, /* 76 */
        { 5,    0,      printargs,              "osf_kmodcall"          }, /* 77, not implemented */
        { 5,    0,      printargs,              "osf_mincore"           }, /* 78, not implemented */
-@@ -400,9 +400,9 @@
+@@ -399,12 +399,12 @@
        { 2,    0,      sys_capget,             "capget"                }, /* 368 */
        { 2,    0,      sys_capset,             "capset"                }, /* 369 */
        { 4,    TF,     sys_sendfile,           "sendfile"              }, /* 370 */
@@ -26,6 +26,9 @@ diff -Nur strace-4.4.orig/linux/alpha/syscallent.h strace-4.4/linux/alpha/syscal
 +      { 2,    TF,     sys_pivotroot,          "pivot_root"            }, /* 374 */
 +      { 3,    0,      sys_mincore,            "mincore"               }, /* 375 */
 +      { 3,    0,      printargs,              "pciconfig_iobase"      }, /* 376 */
+       { 4,    0,      sys_getdents64,         "getdents64"            }, /* 377 */
+       { 0,    0,      printargs,              "gettid"                }, /* 378 */
+       { 4,    0,      sys_readahead,          "readahead"             }, /* 379 */
 diff -Nur strace-4.4.orig/linux/dummy.h strace-4.4/linux/dummy.h
 --- strace-4.4.orig/linux/dummy.h      Mon May  1 03:54:00 2000
 +++ strace-4.4/linux/dummy.h   Fri Oct 19 15:28:02 2001
This page took 0.145414 seconds and 4 git commands to generate.