summaryrefslogtreecommitdiff
path: root/devel/pedisassem/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pedisassem/patches/patch-aa')
-rw-r--r--devel/pedisassem/patches/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/pedisassem/patches/patch-aa b/devel/pedisassem/patches/patch-aa
new file mode 100644
index 00000000000..2723a4e3916
--- /dev/null
+++ b/devel/pedisassem/patches/patch-aa
@@ -0,0 +1,18 @@
+--- disasm.h.orig Sat Mar 13 00:52:10 2004
++++ disasm.h Sat Mar 13 00:52:18 2004
+@@ -32,7 +32,7 @@
+ # include <stdio.h>
+ # include <stdarg.h>
+ # include <string.h>
+-# include <malloc.h>
++# include <stdlib.h>
+ # include <ctype.h>
+
+ # define pr1ntf(x) if(printMode==1)printf(x);else
+@@ -486,4 +486,4 @@
+ int print25case();
+
+ // functions in ieee.c
+-double ConvertFromIeeeExtended(PBYTE);
+\ No newline at end of file
++double ConvertFromIeeeExtended(PBYTE);