mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
3e15eb1d43
- Silence build warnings - Fix plist PR: ports/81007 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> Approved by: Brad Davis <so14k@so14k.com> (maintainer)
16 lines
309 B
C
16 lines
309 B
C
--- cgilib-0.4/cgi.c.orig Thu Sep 25 08:21:06 2003
|
|
+++ cgilib-0.4/cgi.c Sat May 14 01:28:33 2005
|
|
@@ -33,9 +33,12 @@
|
|
#ifdef HAVE_CTYPE_H
|
|
# include <ctype.h>
|
|
#endif
|
|
+/* Unnecessary on FreeBSD; malloc.h included in stdlib.h */
|
|
+/*
|
|
#ifdef HAVE_MALLOC_H
|
|
# include <malloc.h>
|
|
#endif
|
|
+*/
|
|
|
|
#include <cgi.h>
|
|
|