diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-06 09:56:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-06 09:56:35 +0000 |
commit | 1e03add675c58c17d96f51cafa008066d4220a09 (patch) | |
tree | 707976ee4be91a365342b34d8069e6c9e0f089bf /fsck_minix.c | |
parent | 5d893b6beb2a42c6c3bc0fd0b5447bcfc8a0f84c (diff) | |
download | busybox-w32-1e03add675c58c17d96f51cafa008066d4220a09.tar.gz busybox-w32-1e03add675c58c17d96f51cafa008066d4220a09.tar.bz2 busybox-w32-1e03add675c58c17d96f51cafa008066d4220a09.zip |
a few minor cleanups.
-Erik
Diffstat (limited to 'fsck_minix.c')
-rw-r--r-- | fsck_minix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fsck_minix.c b/fsck_minix.c index adeb78967..a140bcecf 100644 --- a/fsck_minix.c +++ b/fsck_minix.c | |||
@@ -86,6 +86,7 @@ | |||
86 | * enforced (but it's not much fun on a character device :-). | 86 | * enforced (but it's not much fun on a character device :-). |
87 | */ | 87 | */ |
88 | 88 | ||
89 | #include <linux/fs.h> | ||
89 | #include "internal.h" | 90 | #include "internal.h" |
90 | #include <stdio.h> | 91 | #include <stdio.h> |
91 | #include <errno.h> | 92 | #include <errno.h> |
@@ -98,8 +99,6 @@ | |||
98 | #include <mntent.h> | 99 | #include <mntent.h> |
99 | #include <sys/stat.h> | 100 | #include <sys/stat.h> |
100 | #include <sys/param.h> | 101 | #include <sys/param.h> |
101 | |||
102 | #include <linux/fs.h> | ||
103 | #include <linux/minix_fs.h> | 102 | #include <linux/minix_fs.h> |
104 | 103 | ||
105 | #ifdef MINIX2_SUPER_MAGIC2 | 104 | #ifdef MINIX2_SUPER_MAGIC2 |