a6a52769ec
update MASTER_SITES utilize misc/mime-support PR: ports/80731 Approved by: maintainer timeout (21 days)
13 lines
335 B
C
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 */
|
|
|