22 lines
689 B
Text
22 lines
689 B
Text
$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);
|