X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Ftar.h;h=677d1dd02d2e03a0885720f73ce40d725266274b;hb=b4e605a82978e85056ba046b5d71c34d43887a4e;hp=25b65b14b2f913fcfa0f7903f26f5f62c85ba638;hpb=b58452bdbd7433cbbc5e5c0887ce846a2fa92f05;p=chaz%2Ftar diff --git a/src/tar.h b/src/tar.h index 25b65b1..677d1dd 100644 --- a/src/tar.h +++ b/src/tar.h @@ -253,7 +253,9 @@ enum archive_format USTAR_FORMAT, /* POSIX.1-1988 (ustar) format */ POSIX_FORMAT, /* POSIX.1-2001 format */ STAR_FORMAT, /* Star format defined in 1994 */ - GNU_FORMAT /* POSIX format with GNU extensions */ + GNU_FORMAT /* Same as OLDGNU_FORMAT with one exception: + see FIXME note for to_chars() function + (create.c:189) */ }; /* Information about a sparse file. */