diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-06 17:08:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-06 17:08:38 +0000 |
commit | b1e379f7f3cd138127b083ab3eb393c07bbbbaea (patch) | |
tree | 61ef77c0f12cb123ab0959899a0522d684a61d30 | |
parent | 78eab2f6c634aa9e08d923c9aa4d63b73440bd38 (diff) | |
download | busybox-w32-b1e379f7f3cd138127b083ab3eb393c07bbbbaea.tar.gz busybox-w32-b1e379f7f3cd138127b083ab3eb393c07bbbbaea.tar.bz2 busybox-w32-b1e379f7f3cd138127b083ab3eb393c07bbbbaea.zip |
Remove some warning with glibc.
-Erik
-rw-r--r-- | fsck_minix.c | 2 | ||||
-rw-r--r-- | util-linux/fsck_minix.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fsck_minix.c b/fsck_minix.c index a140bcecf..2119baead 100644 --- a/fsck_minix.c +++ b/fsck_minix.c | |||
@@ -86,7 +86,6 @@ | |||
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> | ||
90 | #include "internal.h" | 89 | #include "internal.h" |
91 | #include <stdio.h> | 90 | #include <stdio.h> |
92 | #include <errno.h> | 91 | #include <errno.h> |
@@ -99,6 +98,7 @@ | |||
99 | #include <mntent.h> | 98 | #include <mntent.h> |
100 | #include <sys/stat.h> | 99 | #include <sys/stat.h> |
101 | #include <sys/param.h> | 100 | #include <sys/param.h> |
101 | #include <linux/fs.h> | ||
102 | #include <linux/minix_fs.h> | 102 | #include <linux/minix_fs.h> |
103 | 103 | ||
104 | #ifdef MINIX2_SUPER_MAGIC2 | 104 | #ifdef MINIX2_SUPER_MAGIC2 |
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index a140bcecf..2119baead 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c | |||
@@ -86,7 +86,6 @@ | |||
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> | ||
90 | #include "internal.h" | 89 | #include "internal.h" |
91 | #include <stdio.h> | 90 | #include <stdio.h> |
92 | #include <errno.h> | 91 | #include <errno.h> |
@@ -99,6 +98,7 @@ | |||
99 | #include <mntent.h> | 98 | #include <mntent.h> |
100 | #include <sys/stat.h> | 99 | #include <sys/stat.h> |
101 | #include <sys/param.h> | 100 | #include <sys/param.h> |
101 | #include <linux/fs.h> | ||
102 | #include <linux/minix_fs.h> | 102 | #include <linux/minix_fs.h> |
103 | 103 | ||
104 | #ifdef MINIX2_SUPER_MAGIC2 | 104 | #ifdef MINIX2_SUPER_MAGIC2 |