ports/textproc/unrtf/files/patch-malloc.c
Ying-Chieh Liao dd943e7784 add unrtf 0.18.1
A converter from RTF to several formats, including HTML and LaTeX

PR:		36345
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-25 09:18:40 +00:00

14 lines
235 B
C

--- malloc.c.orig Tue Mar 26 21:50:37 2002
+++ malloc.c Tue Mar 26 21:52:14 2002
@@ -39,11 +39,7 @@
#include <stdio.h>
#include <string.h>
-#if AMIGA
#include <stdlib.h>
-#else
-#include <malloc.h>
-#endif
#include "error.h"