diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-25 09:58:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-25 09:59:08 +0200 |
commit | ff449c57c586916e689eaa4be27a84942cef884b (patch) | |
tree | c90a30d68d46ff99e8ab84c4afce029c6119834b /package/ltrace/patches/patch-breakpoints_c | |
parent | 79f980d61810072ec308c4477e1a74a70fe05a8b (diff) |
update and fix build
Diffstat (limited to 'package/ltrace/patches/patch-breakpoints_c')
-rw-r--r-- | package/ltrace/patches/patch-breakpoints_c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/ltrace/patches/patch-breakpoints_c b/package/ltrace/patches/patch-breakpoints_c deleted file mode 100644 index 0c8d77c8b..000000000 --- a/package/ltrace/patches/patch-breakpoints_c +++ /dev/null @@ -1,14 +0,0 @@ ---- ltrace-0.7.3.orig/breakpoints.c 2013-09-09 11:46:54.000000000 +0200 -+++ ltrace-0.7.3/breakpoints.c 2013-10-16 11:26:00.000000000 +0200 -@@ -159,9 +159,10 @@ int - breakpoint_clone(struct breakpoint *retp, struct Process *new_proc, - struct breakpoint *bp, struct Process *old_proc) - { -+ __attribute__((unused))int rc; - struct library_symbol *libsym = NULL; - if (bp->libsym != NULL) { -- int rc = proc_find_symbol(new_proc, bp->libsym, NULL, &libsym); -+ rc = proc_find_symbol(new_proc, bp->libsym, NULL, &libsym); - assert(rc == 0); - } - |