summaryrefslogtreecommitdiff
path: root/audio/csound/patches/patch-ah
blob: 32e60b5ed64559c386cec533ef438d6d9cc6663c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ah,v 1.1.1.1 2001/03/13 13:18:24 wiz Exp $

--- midisend.c.orig	Sun Dec 10 16:37:35 2000
+++ midisend.c
@@ -29,8 +29,10 @@
 #include <ctype.h>
 #include <sys/ioctl.h>
 #include <fcntl.h>
-#ifdef FREE_BSD
-#  include <sys/soundcard.h>
+#ifdef BSD
+#  include <soundcard.h>
+#define SEQ_DEFINEBUF(x); /*SEQ_DEFINEBUF(x)*/
+#define SEQ_MIDIOUT(x,y); /*SEQ_MIDIOUT(x,y)*/
 #else
 #  include <linux/soundcard.h>
 #endif