Remove some warning with glibc.
-Erik
This commit is contained in:
parent
78eab2f6c6
commit
b1e379f7f3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user