summaryrefslogtreecommitdiff
path: root/math/octave-forge/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'math/octave-forge/patches/patch-ab')
-rw-r--r--math/octave-forge/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/octave-forge/patches/patch-ab b/math/octave-forge/patches/patch-ab
deleted file mode 100644
index 51492524c8c..00000000000
--- a/math/octave-forge/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2004/10/30 06:56:04 dmcmahill Exp $
-
---- main/miscellaneous/listen.cc.orig Tue Jul 27 20:39:43 2004
-+++ main/miscellaneous/listen.cc
-@@ -33,7 +33,7 @@ static char* context = NULL;
-
- static double timestamp = 0.0;
- inline void tic(void) { timestamp = octave_time(); }
--inline double toc(void) {return round(-1e6*(timestamp-double(octave_time())));}
-+inline double toc(void) {return floor(0.5+-1e6*(timestamp-double(octave_time())));}
-
- // XXX FIXME XXX --- surely this is part of the standard library?
- void