HFS filesystem mtime support

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-11 07:00:31 +01:00
parent 88db5b694a
commit ebec6850b9
2 changed files with 21 additions and 1 deletions

View file

@ -39,7 +39,9 @@ typedef struct grub_hfs_extent grub_hfs_datarecord_t[3];
struct grub_hfs_sblock
{
grub_uint16_t magic;
grub_uint8_t unused[18];
grub_uint32_t ctime;
grub_uint32_t mtime;
grub_uint8_t unused[10];
grub_uint32_t blksz;
grub_uint8_t unused2[4];
grub_uint16_t first_block;