summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/httpd/httpd.h')
-rw-r--r--usr.sbin/httpd/httpd.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h
index 0b11fcf5f1b..fe6e0eb51db 100644
--- a/usr.sbin/httpd/httpd.h
+++ b/usr.sbin/httpd/httpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: httpd.h,v 1.23 2014/07/31 14:18:38 reyk Exp $ */
+/* $OpenBSD: httpd.h,v 1.24 2014/07/31 14:25:14 reyk Exp $ */
/*
* Copyright (c) 2006 - 2014 Reyk Floeter <reyk@openbsd.org>
@@ -254,8 +254,7 @@ struct client {
void *clt_desc;
int clt_fd;
- struct bufferevent *clt_file;
- struct bufferevent *clt_fcgi;
+ struct bufferevent *clt_srvbev;
off_t clt_toread;
size_t clt_headerlen;