diff options
author | Erik Andersen | 2000-04-05 01:00:52 +0000 |
---|---|---|
committer | Erik Andersen | 2000-04-05 01:00:52 +0000 |
commit | 5661fe078eed752780b11f3f4fdd33bbd76a6c5e (patch) | |
tree | 901159af2b1e62084f258d893949fd9b2fd2d689 /utility.c | |
parent | cbb0a4b40d32a653957d2c9ecb6fe1a70b30d907 (diff) | |
download | busybox-5661fe078eed752780b11f3f4fdd33bbd76a6c5e.zip busybox-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |