artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
501ade6
)
Fix build break caused by accidental keystroke during last commit
author
ratchov
<ratchov@openbsd.org>
Sat, 30 Oct 2021 12:48:11 +0000
(12:48 +0000)
committer
ratchov
<ratchov@openbsd.org>
Sat, 30 Oct 2021 12:48:11 +0000
(12:48 +0000)
sys/dev/midi.c
patch
|
blob
|
history
diff --git
a/sys/dev/midi.c
b/sys/dev/midi.c
index
eb4075d
..
bcef144
100644
(file)
--- a/
sys/dev/midi.c
+++ b/
sys/dev/midi.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: midi.c,v 1.5
1 2021/10/30 12:40:55
ratchov Exp $ */
+/* $OpenBSD: midi.c,v 1.5
2 2021/10/30 12:48:11
ratchov Exp $ */
/*
* Copyright (c) 2003, 2004 Alexandre Ratchov
@@
-616,7
+616,7
@@
mididetach(struct device *self, int flags)
selwakeup(&sc->inbuf.sel);
mtx_leave(&audio_lock);
}
- if (sc->flags & WRITE) {
+ if (sc->flags &
F
WRITE) {
wakeup(&sc->outbuf.blocking);
mtx_enter(&audio_lock);
selwakeup(&sc->outbuf.sel);