aboutsummaryrefslogtreecommitdiff
path: root/x11/cde/files/patch-lib_DtSearch_raima_dbtype.h
blob: 62e45563ea85e36561ffea6a8446b2be0e7e60c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Remove unnecessary and conflicting global variable

--- lib/DtSearch/raima/dbtype.h.orig	2021-02-11 09:26:30.733694000 +0000
+++ lib/DtSearch/raima/dbtype.h	2021-02-11 09:25:05.275302000 +0000
@@ -405,7 +405,7 @@
 struct sk {
    INT sk_fld;
    CHAR_P sk_val;
-} __SK__;
+};
 typedef struct { struct sk *ptr; LOCK_DESC } SK_P;
 
 /* node key search path stack entry: one per level per key field */