summaryrefslogtreecommitdiff
path: root/audio/csound-dev/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound-dev/patches/patch-aj')
-rw-r--r--audio/csound-dev/patches/patch-aj13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/csound-dev/patches/patch-aj b/audio/csound-dev/patches/patch-aj
deleted file mode 100644
index 2b50bda4a12..00000000000
--- a/audio/csound-dev/patches/patch-aj
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2003/12/13 20:26:03 ben Exp $
-
---- aiff.c.orig 2003-02-02 19:24:00.000000000 -0800
-+++ aiff.c
-@@ -13,7 +13,7 @@ float benfloat(float x);
- #if defined(__BEOS__) || defined(LINUX)
- #include <unistd.h>
- #else
--#if !defined(mac_classic) && !defined( SYMANTEC ) && !defined( LINUX )
-+#if !defined(mac_classic) && !defined( SYMANTEC ) && !defined( LINUX ) && !defined(__NetBSD__)
- extern int write(int, const void*, unsigned int);
- #endif
- extern off_t lseek(int, off_t, int);