head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2008.06.30.04.54.04;	author delphij;	state Exp;
branches;
next	;


desc
@@


1.1
log
@New port: mod_gzip2, an updated version of mod_gzip for apache 2.x.

Submitted by:	Stefan `Sec` Zehl <sec@@42.org>
PR:		ports/125032
Repocopy by:	marcus (www/mod_gzip -> www/mod_gzip2)
@
text
@--- mod_gzip.c.org	2005-05-11 03:13:14.000000000 +0200
+++ mod_gzip.c	2008-06-27 01:13:37.000000000 +0200
@@@@ -86,6 +86,7 @@@@
 /* included automatically at this point in a pre-2.0 compile... */
 
 #include <sys/stat.h> /* For stat() call */
+#include <unistd.h>
 
 /* Version information... */
 
@
