summaryrefslogtreecommitdiff
path: root/security/skip/files/patch-co
diff options
context:
space:
mode:
Diffstat (limited to 'security/skip/files/patch-co')
-rw-r--r--security/skip/files/patch-co21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/skip/files/patch-co b/security/skip/files/patch-co
new file mode 100644
index 000000000000..bd7e4fc81be0
--- /dev/null
+++ b/security/skip/files/patch-co
@@ -0,0 +1,21 @@
+diff -ur --unidirectional-new-file skipsrc-1.0.orig/libdb/hash/ndbm.c skipsrc-1.0/libdb/hash/ndbm.c
+--- skipsrc-1.0.orig/libdb/hash/ndbm.c Fri Oct 25 13:12:22 1996
++++ skipsrc-1.0/libdb/hash/ndbm.c Sun Nov 22 21:32:01 1998
+@@ -180,7 +180,7 @@
+ HTAB *hp;
+
+ hp = (HTAB *)db->internal;
+- return (hp->errno);
++ return (hp->errnum);
+ }
+
+ extern int
+@@ -190,7 +190,7 @@
+ HTAB *hp;
+
+ hp = (HTAB *)db->internal;
+- hp->errno = 0;
++ hp->errnum = 0;
+ return (0);
+ }
+