Fixed the comment about the updateEOF member of HTAB. The update_EOF()

function is not "closing and reopening the file".
This commit is contained in:
wtc%netscape.com 2001-10-08 23:19:33 +00:00
Родитель cc2e9e4be5
Коммит be81bdcb8b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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