mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
Remove some warning with glibc.
-Erik
This commit is contained in:
parent
78eab2f6c6
commit
b1e379f7f3
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue