X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fmount.c;h=c163922b7d7159a59a4bbde0d4ba45fe9c3dea95;hp=171c714bf2350ec36d0c228aa790098791d9c1c6;hb=a7183e899c186d873bc41c023924b92f9184fe9b;hpb=4a745538bf466713beb4d405397e170a15a5778e 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;