b77676
diff -urNp tar-1.23-orig/src/tar.c tar-1.23/src/tar.c
b77676
--- tar-1.23-orig/src/tar.c	2010-06-01 13:55:03.792173060 +0200
b77676
+++ tar-1.23/src/tar.c	2010-06-01 14:01:40.494172986 +0200
b77676
@@ -1911,6 +1911,10 @@ parse_opt (int key, char *arg, struct ar
b77676
 			  _("Invalid number")));
b77676
 	}
b77676
       break;
b77676
+
b77676
+    case OLD_ARCHIVE_OPTION:
b77676
+      set_archive_format ("v7");
b77676
+      break;
b77676
 
b77676
     case OVERWRITE_DIR_OPTION:
b77676
       old_files_option = DEFAULT_OLD_FILES;