summaryrefslogtreecommitdiffstats
path: root/database/xbase/ntx.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'database/xbase/ntx.h.patch')
-rw-r--r--database/xbase/ntx.h.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/database/xbase/ntx.h.patch b/database/xbase/ntx.h.patch
deleted file mode 100644
index 1ab199b4ab..0000000000
--- a/database/xbase/ntx.h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xbase/ntx.h 2003-12-04 06:02:52.000000000 -0800
-+++ xbase/ntx.h 2003-12-04 06:03:05.000000000 -0800
-@@ -218,7 +218,7 @@
- xbShort KeyExists( char * Key ) { return FindKey( Key, strlen( Key ), 0 ); }
- xbShort KeyExists( xbDouble );
-
-- xbShort xbNtx::AllocKeyBufs(void);
-+ xbShort AllocKeyBufs(void);
-
- virtual void GetExpression(char *buf, int len);
- };