aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utility.c b/utility.c
index 0d4799f2d..b91da4ce4 100644
--- a/utility.c
+++ b/utility.c
@@ -783,7 +783,7 @@ extern int parse_mode(const char *s, mode_t * theMode)
783 783
784 784
785 785
786#if defined (BB_CHMOD_CHOWN_CHGRP) || defined (BB_PS) 786#if defined BB_CHMOD_CHOWN_CHGRP || defined BB_PS || defined BB_LS || defined BB_TAR
787 787
788/* Use this to avoid needing the glibc NSS stuff 788/* Use this to avoid needing the glibc NSS stuff
789 * This uses storage buf to hold things. 789 * This uses storage buf to hold things.
@@ -858,7 +858,7 @@ void my_getgrgid(char *group, gid_t gid)
858} 858}
859 859
860 860
861#endif /* BB_CHMOD_CHOWN_CHGRP || BB_PS */ 861#endif /* BB_CHMOD_CHOWN_CHGRP || BB_PS || BB_LS || BB_TAR */
862 862
863 863
864 864