X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Ftar.h;h=e51436380d2fb2b51b7cc6a012a13dfdc94918dc;hb=5be0f2ba491f27074c35875185286d1d425ce044;hp=271410955e1d1ec9ee0b6d50ef426f6dc837406a;hpb=e0fe240d7c7a91016fad55ec5e074d69f9bd7aca;p=chaz%2Ftar diff --git a/src/tar.h b/src/tar.h index 2714109..e514363 100644 --- a/src/tar.h +++ b/src/tar.h @@ -1,5 +1,7 @@ -/* Format of tar archives. - Copyright (C) 1988, 92, 93, 94, 96, 97 Free Software Foundation, Inc. +/* GNU tar Archive Format description. + + Copyright (C) 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 2000, 2001, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -15,8 +17,6 @@ with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* GNU tar Archive Format description. */ - /* If OLDGNU_COMPATIBILITY is not zero, tar produces archives which, by default, are readable by older versions of GNU tar. This can be overriden by using --posix; in this case, POSIXLY_CORRECT in environment @@ -185,7 +185,12 @@ struct oldgnu_header #define OLDGNU_MAGIC "ustar " /* 7 chars and a null */ /* The standards committee allows only capital A through capital Z for - user-defined expansion. */ + user-defined expansion. Other letters in use include: + + 'A' Solaris Access Control List + 'E' Solaris Extended Attribute File + 'I' Inode only, as in 'star' + 'X' POSIX 1003.1-2001 eXtended (VU version) */ /* This is a dir entry that contains the names of files that were in the dir at the time the dump was made. */