opnsense-ports/www/webfs/files/patch-response.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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 */