From 3d689aad1f418c21f2539c4b9a4d159cd409c32f Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 16 Dec 2008 16:10:57 +0100 Subject: [PATCH] update to current HEAD --- .../strace/strace-4.5.18-xxx-010-update_to_trunk.patch | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/package/strace/strace-4.5.18-xxx-010-update_to_trunk.patch b/package/strace/strace-4.5.18-xxx-010-update_to_trunk.patch index 959daea..e1430dc 100644 --- a/package/strace/strace-4.5.18-xxx-010-update_to_trunk.patch +++ b/package/strace/strace-4.5.18-xxx-010-update_to_trunk.patch @@ -1971,20 +1971,4 @@ diff -u -r1.31 -r1.34 + { 3, TD, sys_dup3, "dup3" }, /* 292 */ + { 2, TD, sys_pipe2, "pipe2" }, /* 293 */ + { 1, TD, printargs, "inotify_init1" }, /* 294 */ -Index: strace/test/skodic.c -=================================================================== -RCS file: /cvsroot/strace/strace/test/skodic.c,v -retrieving revision 1.3 -retrieving revision 1.4 -diff -u -r1.3 -r1.4 ---- strace/test/skodic.c 10 Apr 2000 22:22:33 -0000 1.3 -+++ strace/test/skodic.c 9 Dec 2008 14:02:59 -0000 1.4 -@@ -22,7 +22,7 @@ - *c = 0; - if (fork()) { - while(1) { -- strcpy( c, "/etc/passwd" ); -+ strcpy( c, "/etc/passwd" ); - strcpy( c, "/etc/shadow" ); - } - } else + -- 2.11.4.GIT