aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-06 17:08:38 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-06 17:08:38 +0000
commita183f816384d6e3043519ae1f73f766758cb93fe (patch)
tree61ef77c0f12cb123ab0959899a0522d684a61d30
parentaf557b0413bb97f0894dc8c0869de86e1be4ffad (diff)
downloadbusybox-w32-a183f816384d6e3043519ae1f73f766758cb93fe.tar.gz
busybox-w32-a183f816384d6e3043519ae1f73f766758cb93fe.tar.bz2
busybox-w32-a183f816384d6e3043519ae1f73f766758cb93fe.zip
Remove some warning with glibc.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@751 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--fsck_minix.c2
-rw-r--r--util-linux/fsck_minix.c2
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