Add lost patch, was dropped during sync list local tree
This commit is contained in:
parent
1f62bdd976
commit
a6d9bb2cba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67823
1 changed files with 8 additions and 10 deletions
|
@ -1,17 +1,16 @@
|
||||||
--- idea.c.orig Tue May 9 08:18:54 2000
|
--- idea.c.orig Wed Oct 9 02:32:12 2002
|
||||||
+++ idea.c Tue May 9 08:20:49 2000
|
+++ idea.c Wed Oct 9 21:39:05 2002
|
||||||
@@ -474,7 +474,9 @@
|
@@ -420,6 +420,9 @@
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
-
|
|
||||||
+#ifndef IS_MODULE
|
+#ifndef IS_MODULE
|
||||||
+static
|
+static
|
||||||
+#endif
|
+#endif
|
||||||
const char * const gnupgext_version = "IDEA ($Revision: 1.11 $)";
|
const char * const gnupgext_version = "IDEA ($Revision: 1.11 $)";
|
||||||
|
|
||||||
static struct {
|
static struct {
|
||||||
@@ -504,6 +506,9 @@
|
@@ -449,6 +452,9 @@
|
||||||
* version = interface version of the function/pointer
|
* version = interface version of the function/pointer
|
||||||
* (currently this is 1 for all functions)
|
* (currently this is 1 for all functions)
|
||||||
*/
|
*/
|
||||||
|
@ -21,11 +20,10 @@
|
||||||
void *
|
void *
|
||||||
gnupgext_enum_func( int what, int *sequence, int *class, int *vers )
|
gnupgext_enum_func( int what, int *sequence, int *class, int *vers )
|
||||||
{
|
{
|
||||||
@@ -533,4 +538,18 @@
|
@@ -477,3 +483,17 @@
|
||||||
|
*sequence = i;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
+
|
|
||||||
+
|
+
|
||||||
+#ifndef IS_MODULE
|
+#ifndef IS_MODULE
|
||||||
+
|
+
|
||||||
|
@ -39,4 +37,4 @@
|
||||||
+ gnupgext_enum_func );
|
+ gnupgext_enum_func );
|
||||||
+}
|
+}
|
||||||
+#endif
|
+#endif
|
||||||
|
+
|
||||||
|
|
Loading…
Reference in a new issue