Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/01/1997 13:00:04
drochner
Sat Nov  1 04:54:46 PST 1997
Update of /cvsroot/src/sbin/umount
In directory netbsd1:/var/slash-tmp/cvs-serv19162

Modified Files:
	umount.c 
Log Message:
Since umount works from the top we have to traverse the information
returned by getmountinfo() from the top too. Otherwise we get
the wrong mount data in case of 2 mounts on 1 pountpoint.