]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Use hash.c (chaining) functions, not those of oa-hash.c
authorJim Meyering <jim@meyering.net>
Sun, 21 Sep 1997 04:53:14 +0000 (04:53 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 Sep 1997 04:53:14 +0000 (04:53 +0000)
commitfc802521f308a177a58f055bb5fcddb7cf077fb9
tree0bf0ee1a5bedee35fe5d7d8e78338bc45c832fce
parent2e1922942cfe74ce9f00b966560552ae894aaf0d
Use hash.c (chaining) functions, not those of oa-hash.c
(open addressing).  The latter implementation is wonderful when
deletions are rare, but doen't support the frequent deletions
required to implement the active directory set.
src/rm.c