aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fsck_minix.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/fsck_minix.c')
-rw-r--r--util-linux/fsck_minix.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c
index a9c4467d8..f958bdfc9 100644
--- a/util-linux/fsck_minix.c
+++ b/util-linux/fsck_minix.c
@@ -98,9 +98,6 @@
98#include <sys/param.h> 98#include <sys/param.h>
99#include "busybox.h" 99#include "busybox.h"
100 100
101#define BLOCK_SIZE_BITS 10
102#define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
103
104/* 101/*
105 * This is the original minix inode layout on disk. 102 * This is the original minix inode layout on disk.
106 * Note the 8-bit gid and atime and ctime. 103 * Note the 8-bit gid and atime and ctime.