diff options
-rw-r--r-- | usr.sbin/httpd/httpd.h | 7 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.h | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h index d2bf85f3c42..0289e1fbec1 100644 --- a/usr.sbin/httpd/httpd.h +++ b/usr.sbin/httpd/httpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: httpd.h,v 1.164 2023/11/08 19:19:10 millert Exp $ */ +/* $OpenBSD: httpd.h,v 1.165 2024/10/08 05:28:11 jsg Exp $ */ /* * Copyright (c) 2006 - 2015 Reyk Floeter <reyk@openbsd.org> @@ -165,11 +165,6 @@ struct control_sock { }; TAILQ_HEAD(control_socks, control_sock); -extern struct { - struct event ev; - int fd; -} control_state; - struct imsgev { struct imsgbuf ibuf; void (*handler)(int, short, void *); diff --git a/usr.sbin/relayd/relayd.h b/usr.sbin/relayd/relayd.h index ce8cabd68d2..865cf31ad69 100644 --- a/usr.sbin/relayd/relayd.h +++ b/usr.sbin/relayd/relayd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: relayd.h,v 1.274 2024/08/10 05:47:29 tb Exp $ */ +/* $OpenBSD: relayd.h,v 1.275 2024/10/08 05:28:11 jsg Exp $ */ /* * Copyright (c) 2006 - 2016 Reyk Floeter <reyk@openbsd.org> @@ -913,11 +913,6 @@ struct control_sock { }; TAILQ_HEAD(control_socks, control_sock); -extern struct { - struct event ev; - int fd; -} control_state; - struct imsgev { struct imsgbuf ibuf; void (*handler)(int, short, void *); |