mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
A converter from RTF to several formats, including HTML and LaTeX PR: 36345 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
14 lines
235 B
C
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"
|
|
|