1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/rtg/files/patch-cgilib-cgi.c
Pav Lucistnik 3e15eb1d43 - Makefile cleanup
- Silence build warnings
- Fix plist

PR:		ports/81007
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
Approved by:	Brad Davis <so14k@so14k.com> (maintainer)
2005-05-17 18:49:27 +00:00

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>