Fix compile breakage
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
f65c5f5c54
commit
9289935cfd
@ -10,10 +10,10 @@
|
|||||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_MNTENT_H
|
|
||||||
|
|
||||||
#include "libbb.h"
|
#include "libbb.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_MNTENT_H
|
||||||
|
|
||||||
int FAST_FUNC match_fstype(const struct mntent *mt, const char *t_fstype)
|
int FAST_FUNC match_fstype(const struct mntent *mt, const char *t_fstype)
|
||||||
{
|
{
|
||||||
int match = 1;
|
int match = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user