Files
2013-09-26 17:14:40 +02:00

17 lines
414 B
Plaintext

$NetBSD: patch-ad,v 1.8 2012/06/03 21:44:59 wiz Exp $
--- drivers/drv_sun.c.orig 2012-03-14 17:02:59.000000000 +0000
+++ drivers/drv_sun.c
@@ -79,9 +79,9 @@ extern int fputs(const char *, FILE *);
#endif
/* Sound device to open */
-#ifdef SUNOS4
+#ifndef SOLARIS /* SunOS, NetBSD */
#define SOUNDDEVICE "/dev/sound"
-#else /* Solaris, *BSD */
+#else /* Solaris */
#define SOUNDDEVICE "/dev/audio"
#endif