summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mount/mount.c b/utils/mount/mount.c
index 171c714..c163922 100644
--- a/utils/mount/mount.c
+++ b/utils/mount/mount.c
@@ -308,7 +308,7 @@ static void mount_error(char *mntpnt, char *node)
fprintf(stderr, "%s: %s\n", progname, strerror(errno));
}
}
-static int chk_mountpoint(mount_point)
+static int chk_mountpoint(char *mount_point)
{
struct stat sb;