5fc3a0a31a
(why do I spend my time repairing half-finished `ports' ?)
17 lines
394 B
Plaintext
17 lines
394 B
Plaintext
--- sound.c.orig Sun Apr 2 13:00:11 2000
|
|
+++ sound.c Sun Apr 2 13:00:53 2000
|
|
@@ -103,10 +103,10 @@ static Boolean isHalfHourChimeCached =
|
|
#include "sys/Linux/audio.c"
|
|
#endif /* linux */
|
|
|
|
-/* FreeBSD */
|
|
-#ifdef __FreeBSD__
|
|
+/* *BSD */
|
|
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
|
|
#include "sys/FreeBSD/audio.c"
|
|
-#endif /* FreeBSD */
|
|
+#endif /* *BSD */
|
|
|
|
#else /* USE_NETAUDIO */
|
|
|