1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/print/lgrind/files/patch-source_regexp.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
241 B
C

--- source/regexp.c.orig Fri Mar 28 10:09:46 2003
+++ source/regexp.c Fri Mar 28 10:10:13 2003
@@ -56,7 +56,7 @@
#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include "regexp.h"