freebsd-ports/print/lgrind/files/patch-source_regexp.c
Pawel Pekala b724d6bfb1 - Revive print/lgrind, now distributed as one file
- Add new mastersite, homepage, staging support
- Clean pkg-plist

PR:		195437
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
2014-12-18 19:49:56 +00:00

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