artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74b7c86
)
Remove unused fields from structure
author
reyk
<reyk@openbsd.org>
Thu, 24 Jul 2014 08:11:27 +0000
(08:11 +0000)
committer
reyk
<reyk@openbsd.org>
Thu, 24 Jul 2014 08:11:27 +0000
(08:11 +0000)
usr.sbin/httpd/httpd.h
patch
|
blob
|
history
diff --git
a/usr.sbin/httpd/httpd.h
b/usr.sbin/httpd/httpd.h
index
ae275bf
..
4cba2cc
100644
(file)
--- a/
usr.sbin/httpd/httpd.h
+++ b/
usr.sbin/httpd/httpd.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: httpd.h,v 1.
7 2014/07/23 19:03:56
reyk Exp $ */
+/* $OpenBSD: httpd.h,v 1.
8 2014/07/24 08:11:27
reyk Exp $ */
/*
* Copyright (c) 2006 - 2014 Reyk Floeter <reyk@openbsd.org>
@@
-303,10
+303,6
@@
struct server {
u_int8_t srv_tcpipminttl;
int srv_s;
- struct bufferevent *srv_bev;
- int srv_dsts;
- struct bufferevent *srv_dstbev;
-
struct event srv_ev;
struct event srv_evt;