diff options
Diffstat (limited to 'lib/libossaudio/soundcard.h')
-rw-r--r-- | lib/libossaudio/soundcard.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libossaudio/soundcard.h b/lib/libossaudio/soundcard.h index e08b372faf4..7d5cec1b6d3 100644 --- a/lib/libossaudio/soundcard.h +++ b/lib/libossaudio/soundcard.h @@ -1,4 +1,4 @@ -/* $OpenBSD: soundcard.h,v 1.13 2008/06/26 05:42:05 ray Exp $ */ +/* $OpenBSD: soundcard.h,v 1.14 2013/03/27 20:28:22 tedu Exp $ */ /* $NetBSD: soundcard.h,v 1.11 2001/05/09 21:49:58 augustss Exp $ */ /*- @@ -33,7 +33,7 @@ /* * WARNING! WARNING! * This is an OSS (Linux) audio emulator. - * Use the Native NetBSD API for developing new code, and this + * Use the sndio(7) API for developing new code, and this * only for compiling Linux programs. */ |