summaryrefslogtreecommitdiff
path: root/dbm
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-10-08 23:19:33 +0000
committerwtc%netscape.com <devnull@localhost>2001-10-08 23:19:33 +0000
commit3b15460280daa60b14bb768f58b32fdb72fc8f91 (patch)
tree49307daeffe712485893f3f9e2a137125437606b /dbm
parentbadefa3e2d9bcf369d00cfcfc8f5ae9e41e7bad3 (diff)
downloadnss-hg-3b15460280daa60b14bb768f58b32fdb72fc8f91.tar.gz
Fixed the comment about the updateEOF member of HTAB. The update_EOF()
function is not "closing and reopening the file".
Diffstat (limited to 'dbm')
-rw-r--r--dbm/include/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/include/hash.h b/dbm/include/hash.h
index 30ca297a1..32930f279 100644
--- a/dbm/include/hash.h
+++ b/dbm/include/hash.h
@@ -131,7 +131,7 @@ typedef struct htab { /* Memory resident data structure */
SEGMENT *dir; /* Hash Bucket directory */
off_t file_size; /* in bytes */
char is_temp; /* unlink file on close */
- char updateEOF; /* close and reopen on flush */
+ char updateEOF; /* force EOF update on flush */
} HTAB;
/*