blob: a59a22425580a437df20bb0e776e215d64c3c33e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ac,v 1.2 1998/08/07 10:36:09 agc Exp $
--- snd.orig/cmus_prototypes.h Thu Feb 12 15:36:33 1998
+++ cmus_prototypes.h Sun Feb 22 02:05:30 1998
@@ -208,7 +208,7 @@
#endif
/* pipe.c */
-#if defined(SGI) || defined(LINUX)
+#if defined(SGI) || defined(LINUX) || defined(__NetBSD__)
int write_snd_fifo(char *buf, int len);
#endif
@@ -229,7 +229,7 @@
void set_rt_record_p (int rt);
int clm_read_any(int tfd, int beg, int chans, int nints, int **bufs, int *cm);
-#if defined(SGI) || defined(LINUX)
+#if defined(SGI) || defined(LINUX) || defined(__NetBSD__)
float c_control (int n);
float c_set_control (int n, float val);
int c_open_controls (int size);
|