diff options
Diffstat (limited to 'security/skip/files/patch-cm')
-rw-r--r-- | security/skip/files/patch-cm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/skip/files/patch-cm b/security/skip/files/patch-cm new file mode 100644 index 000000000000..04a847bb6d01 --- /dev/null +++ b/security/skip/files/patch-cm @@ -0,0 +1,12 @@ +diff -ur --unidirectional-new-file skipsrc-1.0.orig/libdb/hash/hash.h skipsrc-1.0/libdb/hash/hash.h +--- skipsrc-1.0.orig/libdb/hash/hash.h Fri Oct 25 13:12:21 1996 ++++ skipsrc-1.0/libdb/hash/hash.h Sun Nov 22 21:20:56 1998 +@@ -103,7 +103,7 @@ + BUFHEAD *cpage; /* Current page */ + int cbucket; /* Current bucket */ + int cndx; /* Index of next item on cpage */ +- int errno; /* Error Number -- for DBM ++ int errnum; /* Error Number -- for DBM + * compatability */ + int new_file; /* Indicates if fd is backing store + * or no */ |