Remove some warning with glibc.
authorEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 17:08:38 +0000 (17:08 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 6 Jul 2000 17:08:38 +0000 (17:08 -0000)
 -Erik

fsck_minix.c
util-linux/fsck_minix.c

index a140bce..2119bae 100644 (file)
@@ -86,7 +86,6 @@
  * enforced (but it's not much fun on a character device :-). 
  */
 
-#include <linux/fs.h>
 #include "internal.h"
 #include <stdio.h>
 #include <errno.h>
@@ -99,6 +98,7 @@
 #include <mntent.h>
 #include <sys/stat.h>
 #include <sys/param.h>
+#include <linux/fs.h>
 #include <linux/minix_fs.h>
 
 #ifdef MINIX2_SUPER_MAGIC2
index a140bce..2119bae 100644 (file)
@@ -86,7 +86,6 @@
  * enforced (but it's not much fun on a character device :-). 
  */
 
-#include <linux/fs.h>
 #include "internal.h"
 #include <stdio.h>
 #include <errno.h>
@@ -99,6 +98,7 @@
 #include <mntent.h>
 #include <sys/stat.h>
 #include <sys/param.h>
+#include <linux/fs.h>
 #include <linux/minix_fs.h>
 
 #ifdef MINIX2_SUPER_MAGIC2