pkgsrc/lang/vslisp/patches/patch-af
danw 6e8f676783 malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
2004-05-23 23:28:29 +00:00

15 lines
288 B
Text

$NetBSD: patch-af,v 1.1 2004/05/23 23:28:29 danw Exp $
--- src/functions/funct.c.orig Sun May 7 16:26:24 2000
+++ src/functions/funct.c
@@ -18,10 +18,6 @@
#include "../WIN/sysdeps.h"
#endif
-#ifndef WINDOWS
-#include <malloc.h>
-#endif
-
#include "l_defs.h"
%%L_Gotoxy,gotoxy;