From: Matthew Dillon Date: Fri, 11 May 2012 05:20:33 +0000 (-0700) Subject: mount - Split mount into mount_ufs, auto-detect fstype from disklabel X-Git-Tag: v3.2.0~975 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/d8b348d970e2ae8c3e60252e0ce84a3b66ed2091 mount - Split mount into mount_ufs, auto-detect fstype from disklabel * Followup minor adjustment for compile error. --- diff --git a/sbin/mount_ufs/mount_ufs.c b/sbin/mount_ufs/mount_ufs.c index fc0d88b731..6481c3e99f 100644 --- a/sbin/mount_ufs/mount_ufs.c +++ b/sbin/mount_ufs/mount_ufs.c @@ -65,6 +65,8 @@ static struct mntopt mopts[] = { MOPT_NULL }; +int mount_ufs(int, const char **); + int mount_ufs(int argc, const char **argv) {