summaryrefslogtreecommitdiff
path: root/sys/dev/midivar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/midivar.h')
-rw-r--r--sys/dev/midivar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/midivar.h b/sys/dev/midivar.h
index bbdad7b1622..48e61bdae4f 100644
--- a/sys/dev/midivar.h
+++ b/sys/dev/midivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: midivar.h,v 1.7 2013/03/15 09:10:52 ratchov Exp $ */
+/* $OpenBSD: midivar.h,v 1.8 2015/05/12 18:39:30 ratchov Exp $ */
/*
* Copyright (c) 2003, 2004 Alexandre Ratchov
@@ -72,7 +72,6 @@ struct midi_softc {
struct device dev;
struct midi_hw_if *hw_if;
void *hw_hdl;
- int isopen;
int isbusy; /* concerns only the output */
int isdying;
int flags; /* open flags */