iedowse 2003/10/29 09:44:36 PST
FreeBSD src repository
Modified files:
sbin/umount umount.c
Log:
When removing trailing slashes, don't remove the first character
of the name if it is '/'. Also fix a comparison between signed and
unsigned quantities (pointed out by trhodes).
Revision Changes Path
1.40 +3 -3 src/sbin/umount/umount.c