diff options
Diffstat (limited to 'lib/libc/db/hash/hash.h')
-rw-r--r-- | lib/libc/db/hash/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/hash/hash.h b/lib/libc/db/hash/hash.h index 1c80f83..8664bd4 100644 --- a/lib/libc/db/hash/hash.h +++ b/lib/libc/db/hash/hash.h @@ -98,7 +98,7 @@ typedef struct htab { /* Memory resident data structure */ BUFHEAD *cpage; /* Current page */ int cbucket; /* Current bucket */ int cndx; /* Index of next item on cpage */ - int errno; /* Error Number -- for DBM compatability */ + int error; /* Error Number -- for DBM compatability */ int new_file; /* Indicates if fd is backing store or no */ int save_file; /* Indicates whether we need to flush file at * exit */ |