mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
- make portlint happier - fix missing USE_LDCONFIG PR: 112887 Obtained from: http://www.deweyonline.com/nx/freebsd.html
14 lines
346 B
C
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()
|
|
{
|