You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/ltrace/files/ltrace-0.3.31-gcc4.patch

12 lines
408 B

diff --exclude='*~' --exclude='.*' -I '$Id:' -urN ltrace-0.3.31.orig/elf.h ltrace-0.3.31/elf.h
--- ltrace-0.3.31.orig/elf.h 2005-06-02 00:16:39.000000000 -0400
+++ ltrace-0.3.31/elf.h 2005-06-02 00:16:46.000000000 -0400
@@ -21,7 +21,6 @@
extern int library_num;
extern char *library[MAX_LIBRARY];
-extern struct ltelf library_lte[MAX_LIBRARY];
extern struct library_symbol * read_elf(const char *);