diff options
Diffstat (limited to 'ftpfs/ChangeLog')
-rw-r--r-- | ftpfs/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftpfs/ChangeLog b/ftpfs/ChangeLog index 9c69c5a9..a339fec7 100644 --- a/ftpfs/ChangeLog +++ b/ftpfs/ChangeLog @@ -1,3 +1,13 @@ +2000-12-21 Marcus Brinkmann <marcus@gnu.org> + + * dir.c (ftpfs_dir_create): New macro INIT_HTABLE_LEN to + specify initialize htable_len. New variable htable, + allocate memory to it with calloc before acquiring a node + reference. If this fails, return any allocated memory and + return with ENOMEM. Set new->htable_len to INIT_HTABLE_LEN + and new->htable to htable. Don't bzero htable anymore, as + we use calloc. + 2000-07-26 Mark Kettenis <kettenis@gnu.org> * Makefile (HURDLIBS): Reorder libs such that the threads lib |