1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
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

10 lines
231 B
Plaintext

--- 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"