2004-10-02 Pierre Humblet <pierre.humblet@ieee.org>
* path.h (enum path_types): Delete PATH_ISDISK. (path_conv::isdisk): Delete method. (path_conv::set_isdisk): Ditto. * path.cc (path_conv::check): Do not call set_isdisk. * uinfo.cc(pwdgrp::load): Do not call pc.isdisk.
This commit is contained in:
@@ -511,7 +511,7 @@ pwdgrp::load (const char *posix_fname)
|
||||
|
||||
paranoid_printf ("%s", posix_fname);
|
||||
|
||||
if (pc.error || !pc.exists () || !pc.isdisk () || pc.isdir ())
|
||||
if (pc.error || !pc.exists () || pc.isdir ())
|
||||
{
|
||||
paranoid_printf ("strange path_conv problem");
|
||||
res = failed;
|
||||
|
Reference in New Issue
Block a user