diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-05 01:00:52 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-05 01:00:52 +0000 |
commit | 5661fe078eed752780b11f3f4fdd33bbd76a6c5e (patch) | |
tree | 901159af2b1e62084f258d893949fd9b2fd2d689 /utility.c | |
parent | cbb0a4b40d32a653957d2c9ecb6fe1a70b30d907 (diff) | |
download | busybox-w32-5661fe078eed752780b11f3f4fdd33bbd76a6c5e.tar.gz busybox-w32-5661fe078eed752780b11f3f4fdd33bbd76a6c5e.tar.bz2 busybox-w32-5661fe078eed752780b11f3f4fdd33bbd76a6c5e.zip |
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) | |||
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 | ||