X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fsuffix.c;h=6dbc68e2d5a516eddb26f737cda704b9031299ee;hb=785cdec4450a1459fdbb90df1344b69be34e0059;hp=fcf229798badb877575b19f67eca695102d9f0a7;hpb=138fc7e67e3d9845cd7d81aad0e9c7724784f9b9;p=tar diff --git a/src/suffix.c b/src/suffix.c index fcf2297..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. @@ -39,6 +39,8 @@ struct compression_suffix compression_suffixes[] = { { S(tz2, bzip2) }, { S(lzma, lzma) }, { S(tlz, lzma) }, + { S(lzo, lzop) }, + { S(xz, xz) }, #undef S };