aboutsummaryrefslogtreecommitdiffstats
path: root/www/thttpd/files/patch-libhttpd.h
blob: 329fd6ae436bf7cfaf9316f42d78f0025596fd9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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. */