summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dos.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-06-01 12:16:09 +0000
committerru <ru@FreeBSD.org>2001-06-01 12:16:09 +0000
commitf899c2834ec2a4b7ca7ad8ff85baafbebdba3d91 (patch)
tree93f6875f6ae7cd58cd949468d259d46901d8db7c /usr.sbin/sysinstall/dos.c
parentcb4a4b24150cf118631f43a07077e71d39417c9c (diff)
downloadFreeBSD-src-f899c2834ec2a4b7ca7ad8ff85baafbebdba3d91.zip
FreeBSD-src-f899c2834ec2a4b7ca7ad8ff85baafbebdba3d91.tar.gz
msdos -> msdosfs.
Diffstat (limited to 'usr.sbin/sysinstall/dos.c')
-rw-r--r--usr.sbin/sysinstall/dos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dos.c b/usr.sbin/sysinstall/dos.c
index bada228..564e33f 100644
--- a/usr.sbin/sysinstall/dos.c
+++ b/usr.sbin/sysinstall/dos.c
@@ -66,7 +66,7 @@ mediaInitDOS(Device *dev)
args.uid = args.gid = 0;
args.mask = 0777;
- if (mount("msdos", mountpoint, MNT_RDONLY, (caddr_t)&args) == -1) {
+ if (mount("msdosfs", mountpoint, MNT_RDONLY, (caddr_t)&args) == -1) {
msgConfirm("Error mounting %s on %s: %s (%u)", args.fspec, mountpoint, strerror(errno), errno);
return FALSE;
}
OpenPOWER on IntegriCloud