Files
pkgsrc-ng/lang/vslisp/patches/patch-af
2016-11-18 22:39:22 +01:00

18 lines
315 B
Plaintext

$NetBSD: patch-af,v 1.2 2015/12/29 23:34:57 dholland Exp $
Remove silly include.
--- 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;