summaryrefslogtreecommitdiff
path: root/security/skip/files/patch-bf
blob: 7dc4790f6b0c758134dbfcf2b195a865739e7360 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur --unidirectional-new-file skipsrc-1.0.orig/libdb/hash/hash.h work.new/libdb/hash/hash.h
--- skipsrc-1.0.orig/libdb/hash/hash.h	Fri Oct 25 13:12:21 1996
+++ work.new/libdb/hash/hash.h	Mon Jan 24 12:35:38 2000
@@ -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 */