freebsd-ports/www/webfs/files/patch-response.c
Oliver Lehmann a6a52769ec update to 1.21
update MASTER_SITES
utilize misc/mime-support

PR:		ports/80731
Approved by:	maintainer timeout (21 days)
2005-05-28 09:04:46 +00:00

13 lines
335 B
C

--- response.c.orig Thu Jun 10 11:45:50 2004
+++ response.c Sat May 7 14:16:57 2005
@@ -17,6 +17,10 @@
#include "httpd.h"
+#ifndef PRId64
+# define PRId64 "lld"
+#endif
+
/* ---------------------------------------------------------------------- */
/* os-specific sendfile() wrapper */