summaryrefslogtreecommitdiff
path: root/devel/pedisassem/patches/patch-aa
blob: 6b91e495c50bfd2a2a40038c9140382af87ba841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.2 2004/05/07 12:06:47 cjep Exp $
--- 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);