diff options
Diffstat (limited to 'security/skip/files/patch-bg')
-rw-r--r-- | security/skip/files/patch-bg | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/security/skip/files/patch-bg b/security/skip/files/patch-bg deleted file mode 100644 index 458b5854f741..000000000000 --- a/security/skip/files/patch-bg +++ /dev/null @@ -1,21 +0,0 @@ -diff -ur --unidirectional-new-file skipsrc-1.0.orig/libdb/hash/ndbm.c work.new/libdb/hash/ndbm.c ---- skipsrc-1.0.orig/libdb/hash/ndbm.c Fri Oct 25 13:12:22 1996 -+++ work.new/libdb/hash/ndbm.c Mon Jan 24 12:35:38 2000 -@@ -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); - } - |