7e5f15f927
- Fix handling PORTVERSION - Reaarange USE_GNOME - machine/soundcard.h -> sys/soundcard.h PR: ports/56530 Submitted by: KATO Tsuguru <tkato@prontomail.com>
11 lines
280 B
C
11 lines
280 B
C
--- audio_oss.c.orig Sun Sep 7 22:30:57 2003
|
|
+++ audio_oss.c Sun Sep 7 22:31:10 2003
|
|
@@ -15,7 +15,7 @@
|
|
#ifndef __FreeBSD__
|
|
#include <linux/soundcard.h>
|
|
#else
|
|
-#include <machine/soundcard.h>
|
|
+#include <sys/soundcard.h>
|
|
#define SNDCTL_DSP_CHANNELS SNDCTL_DSP_STEREO
|
|
#endif
|
|
|