aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-03-12 13:47:44 +0000
committerRon Yorston <rmy@pobox.com>2019-03-12 13:47:44 +0000
commitfd0e6a01a68047e959ef13f3161ce302b438d2b1 (patch)
treec9f15afd1220835af46ddf8e72c077c80edbf005 /libbb
parentdb255bbadf9c6b219b29d06d4958fbd7967eb8b4 (diff)
parent2452247ea33c1c70263bf4cbc11b3170366ff2ea (diff)
downloadbusybox-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.c2
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 */
87void FAST_FUNC reset_ino_dev_hashtable(void) 87void FAST_FUNC reset_ino_dev_hashtable(void)
88{ 88{