summaryrefslogtreecommitdiff
path: root/audio/csound/files/patch-aops.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/csound/files/patch-aops.c')
-rw-r--r--audio/csound/files/patch-aops.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/audio/csound/files/patch-aops.c b/audio/csound/files/patch-aops.c
deleted file mode 100644
index 9f9622cbebf0..000000000000
--- a/audio/csound/files/patch-aops.c
+++ /dev/null
@@ -1,18 +0,0 @@
-$FreeBSD$
-
---- aops.c.orig Sun Jul 14 16:03:01 2002
-+++ aops.c Sun Jul 14 16:02:49 2002
-@@ -1,3 +1,4 @@
-+#include <sys/time.h>
- #include "cs.h" /* AOPS.C */
- #include "aops.h"
- #include <math.h>
-@@ -442,8 +443,6 @@ void ftsr(EVAL *p) /**** ft
- }
-
- #ifdef LINUX
--#include <sys/time.h>
--#include <unistd.h>
- void rtclock(EVAL *p)
- {
- struct timeval tv;