summaryrefslogtreecommitdiff
path: root/ftpfs/ChangeLog
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2001-01-07 17:04:49 +0000
committerMarcus Brinkmann <marcus@gnu.org>2001-01-07 17:04:49 +0000
commit08acb4201d53562fcbcece79de54b7314a7f8f9d (patch)
tree83504717bc9cabfb687ccf46e3a1cef2fd35c078 /ftpfs/ChangeLog
parent58ef6ed22655adf4a797bedb85da862f872b10b8 (diff)
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.
Diffstat (limited to 'ftpfs/ChangeLog')
-rw-r--r--ftpfs/ChangeLog10
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