mirror of https://github.com/mirror/busybox.git
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