summaryrefslogtreecommitdiff
path: root/audio/csound-bath/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound-bath/patches/patch-ak')
-rw-r--r--audio/csound-bath/patches/patch-ak25
1 files changed, 0 insertions, 25 deletions
diff --git a/audio/csound-bath/patches/patch-ak b/audio/csound-bath/patches/patch-ak
deleted file mode 100644
index d010d96e391..00000000000
--- a/audio/csound-bath/patches/patch-ak
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ak,v 1.2 2002/03/23 02:23:01 wiz Exp $
-
---- aops.c.orig Wed Feb 13 13:25:18 2002
-+++ aops.c
-@@ -3,6 +3,11 @@
- #include <math.h>
- #include <time.h>
-
-+#ifdef LINUX
-+#include <sys/time.h>
-+#include <unistd.h>
-+#endif
-+
- static double eipt3=8.3333333, oct;
- #define logtwo (0.693147)
-
-@@ -433,8 +438,6 @@
- #ifdef LINUX
- void rtclock(EVAL *p)
- {
--#include <sys/time.h>
--#include <unistd.h>
- struct timeval tv;
- struct timezone tz;
- gettimeofday(&tv, &tz);