aboutsummaryrefslogtreecommitdiff
path: root/utility.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-05 01:00:52 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-05 01:00:52 +0000
commit5661fe078eed752780b11f3f4fdd33bbd76a6c5e (patch)
tree901159af2b1e62084f258d893949fd9b2fd2d689 /utility.c
parentcbb0a4b40d32a653957d2c9ecb6fe1a70b30d907 (diff)
downloadbusybox-5661fe078eed752780b11f3f4fdd33bbd76a6c5e.tar.gz
Tar now works perfectly. It behaves much better now then it
used to. Only thing left to do is add in exclude (-X) option. -Erik
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)
-#if defined (BB_CHMOD_CHOWN_CHGRP) || defined (BB_PS)
+#if defined BB_CHMOD_CHOWN_CHGRP || defined BB_PS || defined BB_LS || defined BB_TAR
/* Use this to avoid needing the glibc NSS stuff
* This uses storage buf to hold things.
@@ -858,7 +858,7 @@ void my_getgrgid(char *group, gid_t gid)
}
-#endif /* BB_CHMOD_CHOWN_CHGRP || BB_PS */
+#endif /* BB_CHMOD_CHOWN_CHGRP || BB_PS || BB_LS || BB_TAR */