Good idea, renaming OpenBSD audio to BSD audio.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401571
This commit is contained in:
Sam Lantinga 2006-03-21 09:33:54 +00:00
parent b31a8872e5
commit f1b5352fed
8 changed files with 15 additions and 17 deletions

View file

@ -23,7 +23,7 @@
/* Get the name of the audio device we use for output */
#if SDL_AUDIO_DRIVER_OPENBSD || SDL_AUDIO_DRIVER_OSS || SDL_AUDIO_DRIVER_SUNAUDIO
#if SDL_AUDIO_DRIVER_BSD || SDL_AUDIO_DRIVER_OSS || SDL_AUDIO_DRIVER_SUNAUDIO
#include <fcntl.h>
#include <sys/types.h>