* find/fstype.c (filesystem_type_uncached): fixes bug described as
commit7ab649ece67030e708332d2df574f87fabbcf165
authorkevind <kevind>
Tue, 18 Jan 2000 09:06:39 +0000 (18 09:06 +0000)
committerkevind <kevind>
Tue, 18 Jan 2000 09:06:39 +0000 (18 09:06 +0000)
tree74af87fe03c60b89b332f54d6eeaf133997f206d
parent4caa6a193351bd5e61aedb15e419bdd8becc39b1
* find/fstype.c (filesystem_type_uncached): fixes bug described as
follows:  When 'find' looks for a fstype, it parses the /etc/mtab
until it finds the good line. But, if there is, before the good
line, a line whose the mountpoint is unreachable, it fails.
find/fstype.c