projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f65c5f5
)
Fix compile breakage
author
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 7 Sep 2011 20:19:46 +0000
(22:19 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 7 Sep 2011 20:19:46 +0000
(22:19 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/match_fstype.c
patch
|
blob
|
history
diff --git
a/libbb/match_fstype.c
b/libbb/match_fstype.c
index c792d13b387220637ba84b5d490230b2f398409b..32c3d7f188a1c941ef56fdf76becb761c9026f59 100644
(file)
--- a/
libbb/match_fstype.c
+++ b/
libbb/match_fstype.c
@@
-10,10
+10,10
@@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
-#ifdef HAVE_MNTENT_H
-
#include "libbb.h"
+#ifdef HAVE_MNTENT_H
+
int FAST_FUNC match_fstype(const struct mntent *mt, const char *t_fstype)
{
int match = 1;