~ubuntu-branches/ubuntu/precise/p7zip/precise-updates

« back to all changes in this revision

Viewing changes to CPP/7zip/Archive/Tar/TarHeader.h

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2009-02-14 20:12:27 UTC
  • mfrom: (1.1.11 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090214201227-go63qxm9ozfdma60
Tags: 4.65~dfsg.1-1
* New upstream release.
* Remove wx2.8 Build-Depends added by mistakes (7zG is not yet
  intended to be built).
* Use dh_clean without -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
  namespace NMode
46
46
  {
47
47
    const int kSetUID   = 04000;  // Set UID on execution
48
 
    const int kSetGID   = 02000;  // Set GID on execution 
 
48
    const int kSetGID   = 02000;  // Set GID on execution
49
49
    const int kSaveText = 01000;  // Save text (sticky bit)
50
50
  }
51
51
 
67
67
  namespace NLinkFlag
68
68
  {
69
69
    const char kOldNormal    = '\0'; // Normal disk file, Unix compatible
70
 
    const char kNormal       = '0'; // Normal disk file 
 
70
    const char kNormal       = '0'; // Normal disk file
71
71
    const char kLink         = '1'; // Link to previously dumped file
72
72
    const char kSymbolicLink = '2'; // Symbolic link
73
73
    const char kCharacter    = '3'; // Character special file
76
76
    const char kFIFO         = '6'; // FIFO special file
77
77
    const char kContiguous   = '7'; // Contiguous file
78
78
 
79
 
    const char kDumpDir       = 'D'; /* GNUTYPE_DUMPDIR. 
 
79
    const char kDumpDir       = 'D'; /* GNUTYPE_DUMPDIR.
80
80
      data: list of files created by the --incremental (-G) option
81
 
      Each file name is preceded by either 
82
 
        - 'Y' (file should be in this archive) 
83
 
        - 'N' (file is a directory, or is not stored in the archive.) 
84
 
        Each file name is terminated by a null + an additional null after 
 
81
      Each file name is preceded by either
 
82
        - 'Y' (file should be in this archive)
 
83
        - 'N' (file is a directory, or is not stored in the archive.)
 
84
        Each file name is terminated by a null + an additional null after
85
85
        the last file name. */
86
86
 
87
87
  }
94
94
  extern const char *kLongLink2; //   = "@LongLink";
95
95
 
96
96
  // The magic field is filled with this if uname and gname are valid.
97
 
  namespace NMagic 
 
97
  namespace NMagic
98
98
  {
99
99
    extern const char *kUsTar; //   = "ustar"; // 5 chars
100
100
    extern const char *kGNUTar; //  = "GNUtar "; // 7 chars and a null