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
This commit is contained in:
Erik Andersen
2000-04-05 01:00:52 +00:00
parent cbb0a4b40d
commit 5661fe078e
8 changed files with 245 additions and 178 deletions

View File

@@ -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 */