X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/39236c6e673c41db228275375ab7fdb0f837b292..c18c124eaa464aaaa5549e99e5a70fc9cbb50944:/bsd/hfs/hfs_format.h diff --git a/bsd/hfs/hfs_format.h b/bsd/hfs/hfs_format.h index 52bcd0e20..ba00a272a 100644 --- a/bsd/hfs/hfs_format.h +++ b/bsd/hfs/hfs_format.h @@ -225,15 +225,15 @@ struct FndrOpaqueInfo { typedef struct FndrOpaqueInfo FndrOpaqueInfo; struct FndrExtendedDirInfo { - u_int32_t point; + u_int32_t document_id; u_int32_t date_added; u_int16_t extended_flags; u_int16_t reserved3; - u_int32_t reserved4; + u_int32_t write_gen_counter; } __attribute__((aligned(2), packed)); struct FndrExtendedFileInfo { - u_int32_t reserved1; + u_int32_t document_id; u_int32_t date_added; u_int16_t extended_flags; u_int16_t reserved2;