VirtualBox

Changeset 67842 in vbox for trunk/include/iprt/formats


Ignore:
Timestamp:
Jul 6, 2017 5:27:42 PM (7 years ago)
Author:
vboxsync
Message:

IPRT/isomaker: Working on generating rock ridge data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/formats/iso9660.h

    r67840 r67842  
    11251125/** Pointer to a const RRIP RR entry. */
    11261126typedef ISO9660RRIPRR const *PCISO9660RRIPRR;
    1127 #define ISO9660RRIPRR_SIG1     'P'             /**< RRIP RR entry signature byte 1. */
    1128 #define ISO9660RRIPRR_SIG2     'X'             /**< RRIP RR entry signature byte 2. */
     1127#define ISO9660RRIPRR_SIG1     'R'             /**< RRIP RR entry signature byte 1. */
     1128#define ISO9660RRIPRR_SIG2     'R'             /**< RRIP RR entry signature byte 2. */
    11291129#define ISO9660RRIPRR_VER       1              /**< RRIP RR entry version number. */
    11301130#define ISO9660RRIPRR_LEN       5              /**< RRIP RR entry length (fixed). */
     
    11711171#define ISO9660RRIPPX_LEN       44             /**< RRIP posix attribute entry length (fixed). */
    11721172AssertCompileSize(ISO9660RRIPPX, ISO9660RRIPPX_LEN);
     1173#define ISO9660RRIPPX_LEN_NO_INODE 36          /**< RRIP posix attribute entry length without inode (fixed). */
    11731174
    11741175
Note: See TracChangeset for help on using the changeset viewer.

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