diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-11 07:10:28 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-11 07:10:28 +0000 |
commit | 6d4abf07b4d53515b0d048eda260635ff55aeae5 (patch) | |
tree | 8654b2923ecef3a6a328d2bc7651792315fc454d | |
parent | 2a6a361fb06110b39ff5f116c5f9571c3b3f1d2c (diff) |
Default to "ustar" format when invoked as tar
-rw-r--r-- | bin/pax/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/options.c b/bin/pax/options.c index 8645d5dfd78..4baad296a2b 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -125,7 +125,7 @@ FSUB fsub[] = { ustar_rd, tar_endrd, ustar_stwr, ustar_wr, tar_endwr, tar_trail, rd_wrfile, wr_rdfile, bad_opt}, }; -#define F_TAR 4 /* format when called as tar */ +#define F_TAR 5 /* format when called as tar */ #define DEFLT 5 /* default write format from list above */ /* |