1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/print/lgrind/files/patch-source_lgrind.c
Daichi GOTO f594cd6879 update print/lgrind: change location of patches (Homepage will expire)
PR:		55832
Submitted by:	Kay Lehmann <kay_lehmann@web.de> (maintainer)
2003-08-22 04:49:50 +00:00

12 lines
321 B
C

--- source/lgrind.c.orig Fri Mar 28 10:08:41 2003
+++ source/lgrind.c Fri Mar 28 10:09:12 2003
@@ -94,7 +94,7 @@
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
-#include <malloc.h>
+/*#include <malloc.h> */
#include <time.h>
/* One of the following two (depending on your system) */
#include <unistd.h>