summaryrefslogtreecommitdiff
path: root/databases/cstore/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'databases/cstore/patches/patch-ad')
-rw-r--r--databases/cstore/patches/patch-ad15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/cstore/patches/patch-ad b/databases/cstore/patches/patch-ad
new file mode 100644
index 00000000000..c231ef43034
--- /dev/null
+++ b/databases/cstore/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1.1.1 2007/11/10 11:33:00 agc Exp $
+
+--- src/UnitTests/BNotOpTest.h 2007/11/07 20:21:01 1.1
++++ src/UnitTests/BNotOpTest.h 2007/11/07 20:21:17
+@@ -59,8 +59,8 @@
+ BNotOpTest();
+ virtual ~BNotOpTest();
+ bool run(Globals* g, const vector<string>&);
+- bool BNotOpTest::runTestCase1(unsigned int leftRunLengthDiff_, unsigned int leftStartPosDiff_);
+- bool BNotOpTest::runTestCase2(unsigned int leftRunLengthDiff_, unsigned int leftStartPosDiff_);
++ bool runTestCase1(unsigned int leftRunLengthDiff_, unsigned int leftStartPosDiff_);
++ bool runTestCase2(unsigned int leftRunLengthDiff_, unsigned int leftStartPosDiff_);
+ };
+
+ #endif //_BNOTOPTEST_H_