Remove some warning with glibc.

-Erik
This commit is contained in:
Eric Andersen 2000-07-06 17:08:38 +00:00
parent 78eab2f6c6
commit b1e379f7f3
2 changed files with 2 additions and 2 deletions

View 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

View 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