diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2005-02-12 22:12:15 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2005-02-12 22:12:15 +0000 |
commit | ce7ac1a8347b59a3d3eea8fe1aecd28a069584b4 (patch) | |
tree | 6b4f2b3258809c3718d83bf401dc78395fb1c86b /devel/dwarfdump/files/patch-malloc.h | |
parent | libdwarf is a library to analyze (and even produce) DWARF debugging (diff) |
dwarfdump is a utility to display DWARF debugging information in ELF
files. Needs libdwarf (and libelf in turn).
Notes
Notes:
svn path=/head/; revision=128641
Diffstat (limited to 'devel/dwarfdump/files/patch-malloc.h')
-rw-r--r-- | devel/dwarfdump/files/patch-malloc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/dwarfdump/files/patch-malloc.h b/devel/dwarfdump/files/patch-malloc.h new file mode 100644 index 000000000000..3dcce8424d61 --- /dev/null +++ b/devel/dwarfdump/files/patch-malloc.h @@ -0,0 +1,10 @@ +--- makename.c.orig Mon Nov 22 19:20:33 2004 ++++ makename.c Sat Feb 12 22:56:10 2005 +@@ -45,7 +45,6 @@ + */ + + #include <stdio.h> +-#include <malloc.h> + #include <string.h> + #include <stdlib.h> + #include "makename.h" |