1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/nspmod/files/patch-aa

17 lines
452 B
Plaintext
Raw Normal View History

*** dacio-linux.c.orig Sun Jun 1 17:44:17 1997
--- dacio-linux.c Sun Jun 1 17:43:50 1997
***************
*** 3,9 ****
--- 3,13 ----
#include <fcntl.h> /*O_WRONLY*/
#include <sys/ioctl.h> /*(ioctl)*/
#include <unistd.h> /*(write)*/
+ #if defined(LINUX)
#include <sys/soundcard.h> /*SNDCTL_XXX*/
+ #else
+ #include <machine/soundcard.h>
+ #endif
#include <errno.h> /*EINTR*/
#include "defs.h" /*u8,u16*/
#include "dacio.h" /*(dacioXXX)*/