1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/security/skip/files/patch-cm

13 lines
552 B
Plaintext

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 */