diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-07 22:19:46 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-09-07 22:19:46 +0200 |
| commit | 9289935cfd44992be6e403efcccf2edf074d8cc9 (patch) | |
| tree | 5007baf8ce4e0199c328d419f37216e390f5329b /libbb | |
| parent | f65c5f5c547c48b7766db58d10043a504d953aa1 (diff) | |
| download | busybox-w32-9289935cfd44992be6e403efcccf2edf074d8cc9.tar.gz busybox-w32-9289935cfd44992be6e403efcccf2edf074d8cc9.tar.bz2 busybox-w32-9289935cfd44992be6e403efcccf2edf074d8cc9.zip | |
Fix compile breakage
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
| -rw-r--r-- | libbb/match_fstype.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/match_fstype.c b/libbb/match_fstype.c index c792d13b3..32c3d7f18 100644 --- a/libbb/match_fstype.c +++ b/libbb/match_fstype.c | |||
| @@ -10,10 +10,10 @@ | |||
| 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 10 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
| 11 | */ | 11 | */ |
| 12 | 12 | ||
| 13 | #ifdef HAVE_MNTENT_H | ||
| 14 | |||
| 15 | #include "libbb.h" | 13 | #include "libbb.h" |
| 16 | 14 | ||
| 15 | #ifdef HAVE_MNTENT_H | ||
| 16 | |||
| 17 | int FAST_FUNC match_fstype(const struct mntent *mt, const char *t_fstype) | 17 | int FAST_FUNC match_fstype(const struct mntent *mt, const char *t_fstype) |
| 18 | { | 18 | { |
| 19 | int match = 1; | 19 | int match = 1; |
