From 3b15460280daa60b14bb768f58b32fdb72fc8f91 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Mon, 8 Oct 2001 23:19:33 +0000 Subject: Fixed the comment about the updateEOF member of HTAB. The update_EOF() function is not "closing and reopening the file". --- dbm/include/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbm') 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; /* -- cgit v1.2.1