Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/01/1997 18:30:01
drochner
Sat Nov  1 10:25:48 PST 1997
Update of /cvsroot/src/sbin/newfs
In directory netbsd1:/var/slash-tmp/cvs-serv19272

Modified Files:
	newfs.c mkfs.c 
Log Message:
Make "mount_mfs" behave synchronously - don't exit before the mount is
done. This has 2 advantages:
-The calling process can rely on the mounted filesystem.
-We get error messages if the mount system call fails.