summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpd/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/dvmrpd/control.h')
-rw-r--r--usr.sbin/dvmrpd/control.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/dvmrpd/control.h b/usr.sbin/dvmrpd/control.h
index dbf623683b5..6caf137c042 100644
--- a/usr.sbin/dvmrpd/control.h
+++ b/usr.sbin/dvmrpd/control.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: control.h,v 1.4 2015/02/09 11:45:22 claudio Exp $ */
+/* $OpenBSD: control.h,v 1.5 2015/02/09 11:46:27 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -29,11 +29,6 @@ struct {
int fd;
} control_state;
-enum blockmodes {
- BM_NORMAL,
- BM_NONBLOCK
-};
-
struct ctl_conn {
TAILQ_ENTRY(ctl_conn) entry;
struct imsgev iev;