aboutsummaryrefslogtreecommitdiff
path: root/libbb/match_fstype.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/match_fstype.c')
-rw-r--r--libbb/match_fstype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/match_fstype.c b/libbb/match_fstype.c
index bd4dbb064..99e276784 100644
--- a/libbb/match_fstype.c
+++ b/libbb/match_fstype.c
@@ -12,7 +12,7 @@
#include "libbb.h"
-int match_fstype(const struct mntent *mt, const char *fstype)
+int FAST_FUNC match_fstype(const struct mntent *mt, const char *fstype)
{
int no = 0;
int len;