diff options
-rw-r--r-- | usr.sbin/bgpd/control.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/bgpd/control.c b/usr.sbin/bgpd/control.c index 6c498c1c642..a9e043990f2 100644 --- a/usr.sbin/bgpd/control.c +++ b/usr.sbin/bgpd/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.47 2006/01/24 10:03:44 henning Exp $ */ +/* $OpenBSD: control.c,v 1.48 2006/01/24 10:04:36 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -30,11 +30,6 @@ #define CONTROL_BACKLOG 5 -struct { - int fd; - int restricted_fd; -} control_state; - struct ctl_conn *control_connbyfd(int); struct ctl_conn *control_connbypid(pid_t); int control_close(int); |