mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
dca1739cb8
PR: 14877 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
--- 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;
|