From 3b8bf8296bdb43005c2e621600c1e1d5797cf672 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Tue, 9 Jun 2015 10:37:22 +0000 Subject: - Update to 6.05 - Regenerate patches to silence portlint warnings PR: 200290 Submitted by: tkato432 at yahoo.com --- audio/csound6/files/patch-Top-csound.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'audio/csound6/files/patch-Top-csound.c') diff --git a/audio/csound6/files/patch-Top-csound.c b/audio/csound6/files/patch-Top-csound.c index 2d07331e63e1..25e11ee4875a 100644 --- a/audio/csound6/files/patch-Top-csound.c +++ b/audio/csound6/files/patch-Top-csound.c @@ -1,4 +1,4 @@ ---- Top/csound.c.orig +--- Top/csound.c.orig 2015-04-25 19:06:23 UTC +++ Top/csound.c @@ -60,10 +60,13 @@ #include "cs_par_dispatch.h" @@ -15,8 +15,8 @@ #if defined(USE_OPENMP) #include #endif /* USE_OPENMP */ -@@ -3469,7 +3473,7 @@ - /* ------------------------------------ */ +@@ -3495,7 +3498,7 @@ void csoundNotifyFileOpened(CSOUND* csou + /* ------------------------------------ */ #if defined(HAVE_RDTSC) -#if !(defined(LINUX) && defined(__GNUC__) && defined(__i386__)) @@ -24,7 +24,7 @@ #undef HAVE_RDTSC #endif #endif -@@ -3482,6 +3486,13 @@ +@@ -3508,6 +3511,13 @@ static double timeResolutionSeconds = -1 static int getTimeResolution(void) { #if defined(HAVE_RDTSC) @@ -38,7 +38,7 @@ FILE *f; char buf[256]; -@@ -3517,9 +3528,14 @@ +@@ -3543,9 +3553,14 @@ static int getTimeResolution(void) } } fclose(f); -- cgit v1.2.3