summaryrefslogtreecommitdiff
path: root/audio/snd/patches/patch-ac
blob: fdddc18ae22ed8c1854ae83c3f0054b9c614d253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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);