X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fsuffix.c;h=6dbc68e2d5a516eddb26f737cda704b9031299ee;hb=f74cab3a936190a65d57c82fea5b1a05affee60a;hp=986f34761e65946155312972d09fefbdd9c76994;hpb=c9a7297a8a135c0afd8f984b91578a822ba3b04c;p=chaz%2Ftar diff --git a/src/suffix.c b/src/suffix.c index 986f347..6dbc68e 100644 --- a/src/suffix.c +++ b/src/suffix.c @@ -1,5 +1,5 @@ /* This file is part of GNU tar. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009 Free Software Foundation, Inc. Written by Sergey Poznyakoff. @@ -40,6 +40,7 @@ struct compression_suffix compression_suffixes[] = { { S(lzma, lzma) }, { S(tlz, lzma) }, { S(lzo, lzop) }, + { S(xz, xz) }, #undef S };