ports/net/nxserver/files/patch-nxesd-audio_oss.c
Dirk Meyer b86a05ab73 - update to 2.1.0
- make portlint happier
- fix missing USE_LDCONFIG
PR:		112887
Obtained from:	http://www.deweyonline.com/nx/freebsd.html
2008-04-10 10:22:19 +00:00

14 lines
346 B
C

--- nxesd/audio_oss.c.orig Wed Aug 18 12:01:41 2004
+++ nxesd/audio_oss.c
@@ -11,11 +11,6 @@
#endif
-/* FreeBSD uses a different identifier? what other BSDs? */
-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
-#define SNDCTL_DSP_SETDUPLEX DSP_CAP_DUPLEX
-#endif
-
#define ARCH_esd_audio_devices
const char *esd_audio_devices()
{