1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/www/thttpd/files/patch-libhttpd.h

13 lines
253 B
C

--- libhttpd.h.orig Sun Oct 20 23:50:43 2002
+++ libhttpd.h Sun Oct 20 23:51:10 2002
@@ -141,6 +141,9 @@
struct stat sb;
int conn_fd;
char* file_address;
+#ifdef USE_SENDFILE
+ int file_fd;
+#endif
} httpd_conn;
/* Methods. */