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