add missing ChangeLog entry.

This commit is contained in:
Christopher Faylor 2003-01-21 05:08:55 +00:00
parent d8cde3a3ee
commit 33de631bf2
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
(etc::dir_changed): When the handle is NULL, call memset instead of (etc::dir_changed): When the handle is NULL, call memset instead of
test_file_changed. When the handle is invalid, return true. test_file_changed. When the handle is invalid, return true.
(etc::file_changed): Remove unneeded check for !fn[n]. (etc::file_changed): Remove unneeded check for !fn[n].
* uinfo.cc (pwdgrp::load): Eliminate spurious setting of fh to NULL.
2003-01-19 Christopher Faylor <cgf@redhat.com> 2003-01-19 Christopher Faylor <cgf@redhat.com>