diff options
Diffstat (limited to 'util-linux/minix.h')
-rw-r--r-- | util-linux/minix.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util-linux/minix.h b/util-linux/minix.h index e0fbcf761..83ffe6da5 100644 --- a/util-linux/minix.h +++ b/util-linux/minix.h | |||
@@ -61,9 +61,14 @@ enum { | |||
61 | MINIX_ROOT_INO = 1, | 61 | MINIX_ROOT_INO = 1, |
62 | MINIX_BAD_INO = 2, | 62 | MINIX_BAD_INO = 2, |
63 | 63 | ||
64 | #undef MINIX1_SUPER_MAGIC | ||
64 | MINIX1_SUPER_MAGIC = 0x137F, /* original minix fs */ | 65 | MINIX1_SUPER_MAGIC = 0x137F, /* original minix fs */ |
66 | #undef MINIX1_SUPER_MAGIC2 | ||
65 | MINIX1_SUPER_MAGIC2 = 0x138F, /* minix fs, 30 char names */ | 67 | MINIX1_SUPER_MAGIC2 = 0x138F, /* minix fs, 30 char names */ |
68 | /* bionic has this define */ | ||
69 | #undef MINIX2_SUPER_MAGIC | ||
66 | MINIX2_SUPER_MAGIC = 0x2468, /* minix V2 fs */ | 70 | MINIX2_SUPER_MAGIC = 0x2468, /* minix V2 fs */ |
71 | #undef MINIX2_SUPER_MAGIC2 | ||
67 | MINIX2_SUPER_MAGIC2 = 0x2478, /* minix V2 fs, 30 char names */ | 72 | MINIX2_SUPER_MAGIC2 = 0x2478, /* minix V2 fs, 30 char names */ |
68 | MINIX_VALID_FS = 0x0001, /* clean fs */ | 73 | MINIX_VALID_FS = 0x0001, /* clean fs */ |
69 | MINIX_ERROR_FS = 0x0002, /* fs has errors */ | 74 | MINIX_ERROR_FS = 0x0002, /* fs has errors */ |