VirtualBox

Changeset 44299 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jan 15, 2013 2:58:38 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83214
Message:

RTTar: Implemented simple extraction (-x).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/fs.h

    r43046 r44299  
    9393/** Other executable (S_IXOTH). */
    9494#define RTFS_UNIX_IXOTH             0000001U
     95
     96/** All UNIX access permission bits (0777). */
     97#define RTFS_UNIX_ALL_ACCESS_PERMS  0000777U
     98/** All UNIX permission bits, including set id and sticky bits.  */
     99#define RTFS_UNIX_ALL_PERMS         0007777U
    95100
    96101/** Named pipe (fifo) (S_IFIFO). */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette