Please try the following patch:

Index: create.c
===================================================================
RCS file: /cvsroot/tar/tar/src/create.c,v
retrieving revision 1.118
diff -p -u -r1.118 create.c
--- create.c    17 Jul 2006 05:47:26 -0000      1.118
+++ create.c    21 Jul 2006 09:30:25 -0000
@@ -291,7 +296,8 @@ mode_to_chars (mode_t v, char *p, size_t
       && S_IROTH == TOREAD && S_IWOTH == TOWRITE && S_IXOTH == TOEXEC
       && archive_format != POSIX_FORMAT
       && archive_format != USTAR_FORMAT
-      && archive_format != GNU_FORMAT)
+      && archive_format != GNU_FORMAT
+      && archive_format != OLDGNU_FORMAT)
     {
       negative = v < 0;
       u = v;

Regards,
Sergey
       


_______________________________________________
Bug-tar mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-tar

Reply via email to