blob: 1c334db191dd1d957cc54d9572c6e84bc8aaa128 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-bd,v 1.2 1999/03/05 11:22:35 frueauf Exp $
--- routines/sound/sox.c.orig Fri Jul 17 08:24:52 1998
+++ routines/sound/sox.c Tue Jan 12 13:37:48 1999
@@ -248,5 +248,5 @@
*/
-#if defined(unix) || defined(AMIGA) || defined(ARM) || defined(aix)
+#if defined(netbsd) || defined(freebsd) || defined(unix) || defined(AMIGA) || defined(ARM) || defined(aix)
filetype(fd)
int fd;
|