diff options
author | 2013-03-28 03:45:32 +0000 | |
---|---|---|
committer | 2013-03-28 03:45:32 +0000 | |
commit | 54c660d3fb4e85d0bd1decce85a231a21f2bd2b2 (patch) | |
tree | 240e122df422379905c6206c5752dec16702e514 | |
parent | do not copy additional kernel memory into the swapent.se_path[] (diff) | |
download | wireguard-openbsd-54c660d3fb4e85d0bd1decce85a231a21f2bd2b2.tar.xz wireguard-openbsd-54c660d3fb4e85d0bd1decce85a231a21f2bd2b2.zip |
it is believed that the comment is referring to the define below.
all thinking performed by tim van der molen
-rw-r--r-- | sys/compat/ossaudio/ossaudio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/ossaudio/ossaudio.c b/sys/compat/ossaudio/ossaudio.c index bc7fb278710..99deafc04e1 100644 --- a/sys/compat/ossaudio/ossaudio.c +++ b/sys/compat/ossaudio/ossaudio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ossaudio.c,v 1.15 2013/03/26 16:40:34 tedu Exp $ */ +/* $OpenBSD: ossaudio.c,v 1.16 2013/03/28 03:45:32 tedu Exp $ */ /* $NetBSD: ossaudio.c,v 1.23 1997/10/19 07:41:52 augustss Exp $ */ /* @@ -494,7 +494,7 @@ oss_ioctl_audio(p, uap, retval) return (error); } -/* If the mixer device should have more than 32 devices +/* If the mixer device should have more than MAX_MIXER_DEVS devices * some will not be available to Linux */ #define MAX_MIXER_DEVS 64 struct audiodevinfo { |