Reduce differences with root_skels in contrib.
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / ports / www / thttpd-notimeout / files / patch-libhttpd.h
blob329fd6ae436bf7cfaf9316f42d78f0025596fd9b
1 --- libhttpd.h.orig Sun Oct 20 23:50:43 2002
2 +++ libhttpd.h Sun Oct 20 23:51:10 2002
3 @@ -141,6 +141,9 @@
4 struct stat sb;
5 int conn_fd;
6 char* file_address;
7 +#ifdef USE_SENDFILE
8 + int file_fd;
9 +#endif
10 } httpd_conn;
12 /* Methods. */