freebsd-ports/devel/kxl/files/patch-ab
Kris Kennaway 83fb321291 Remove evidence of crack smoking in patch-ab (<malloc.h> conditional
inclusion only on FreeBSD 5.0).  Port still broken due to libtool breakage.
2002-03-31 03:26:02 +00:00

9 lines
231 B
Text

--- src/KXLmisc.c.orig Sun Jan 20 01:10:31 2002
+++ src/KXLmisc.c Sat Mar 30 19:26:06 2002
@@ -1,6 +1,5 @@
#include <stdio.h>
#include <stdlib.h>
-#include <malloc.h>
#include <signal.h>
#include <sys/time.h>
#include "KXL.h"