artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b5e870
)
change space to "_" in tsleep() string
author
kstailey
<kstailey@openbsd.org>
Wed, 9 Apr 1997 14:46:12 +0000
(14:46 +0000)
committer
kstailey
<kstailey@openbsd.org>
Wed, 9 Apr 1997 14:46:12 +0000
(14:46 +0000)
sys/dev/audio.c
patch
|
blob
|
history
diff --git
a/sys/dev/audio.c
b/sys/dev/audio.c
index
32a1f38
..
85be437
100644
(file)
--- a/
sys/dev/audio.c
+++ b/
sys/dev/audio.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: audio.c,v 1.
8 1996/05/26 00:26:49 deraadt Exp $
*/
+/* $OpenBSD: audio.c,v 1.
9 1997/04/09 14:46:12 kstailey Exp $
*/
/* $NetBSD: audio.c,v 1.26 1996/05/13 02:26:15 mycroft Exp $ */
/*
@@
-655,7
+655,7
@@
audio_drain(sc)
* we can't interrupt this sleep, so we set a 1-minute
* timeout.
*/
- error = audio_sleep_timo(&sc->sc_wchan, "aud
dr", 60*hz);
+ error = audio_sleep_timo(&sc->sc_wchan, "aud
_
dr", 60*hz);
if (error)
return (error);
}