comparison src/audio/SDL_audiodev.c @ 1567:12b6d331d82a

Good idea, renaming OpenBSD audio to BSD audio.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 21 Mar 2006 09:33:54 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
comparison
equal deleted inserted replaced
1566:5bc2a95f9dcf 1567:12b6d331d82a
21 */ 21 */
22 #include "SDL_config.h" 22 #include "SDL_config.h"
23 23
24 /* Get the name of the audio device we use for output */ 24 /* Get the name of the audio device we use for output */
25 25
26 #if SDL_AUDIO_DRIVER_OPENBSD || SDL_AUDIO_DRIVER_OSS || SDL_AUDIO_DRIVER_SUNAUDIO 26 #if SDL_AUDIO_DRIVER_BSD || SDL_AUDIO_DRIVER_OSS || SDL_AUDIO_DRIVER_SUNAUDIO
27 27
28 #include <fcntl.h> 28 #include <fcntl.h>
29 #include <sys/types.h> 29 #include <sys/types.h>
30 #include <sys/stat.h> 30 #include <sys/stat.h>
31 31