diff options
author | Ron Yorston <rmy@pobox.com> | 2019-03-12 13:47:44 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-03-12 13:47:44 +0000 |
commit | fd0e6a01a68047e959ef13f3161ce302b438d2b1 (patch) | |
tree | c9f15afd1220835af46ddf8e72c077c80edbf005 /libbb | |
parent | db255bbadf9c6b219b29d06d4958fbd7967eb8b4 (diff) | |
parent | 2452247ea33c1c70263bf4cbc11b3170366ff2ea (diff) | |
download | busybox-w32-fd0e6a01a68047e959ef13f3161ce302b438d2b1.tar.gz busybox-w32-fd0e6a01a68047e959ef13f3161ce302b438d2b1.tar.bz2 busybox-w32-fd0e6a01a68047e959ef13f3161ce302b438d2b1.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/inode_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/inode_hash.c b/libbb/inode_hash.c index 37fed9c82..f2cc417bc 100644 --- a/libbb/inode_hash.c +++ b/libbb/inode_hash.c | |||
@@ -82,7 +82,7 @@ void FAST_FUNC add_to_ino_dev_hashtable(const struct stat *statbuf, const char * | |||
82 | ino_dev_hashtable[i] = bucket; | 82 | ino_dev_hashtable[i] = bucket; |
83 | } | 83 | } |
84 | 84 | ||
85 | #if ENABLE_DU || ENABLE_FEATURE_CLEAN_UP | 85 | #if ENABLE_FEATURE_CLEAN_UP |
86 | /* Clear statbuf hash table */ | 86 | /* Clear statbuf hash table */ |
87 | void FAST_FUNC reset_ino_dev_hashtable(void) | 87 | void FAST_FUNC reset_ino_dev_hashtable(void) |
88 | { | 88 | { |