Changeset 9e3dc95 in mainline for uspace/srv/fs/minixfs/mfs_const.h


Ignore:
Timestamp:
2011-03-01T22:10:16Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9a9a58e
Parents:
819450a
Message:

check superblock magic numbers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs_const.h

    r819450a r9e3dc95  
    3838#include <bool.h>
    3939
    40 #define MFS_MAGIC_V1            0x137F
    41 #define MFS_MAGIC_V2            0x2468
    42 #define MFS_MAGIC_V3            0x4D5A
    43 
    4440#define MFS_ROOT_INO            1
    4541#define MFS_SUPER_BLOCK         0
Note: See TracChangeset for help on using the changeset viewer.