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:
Pierre Humblet
2004-10-02 02:20:21 +00:00
parent 1e804b7425
commit e49bc789b2
4 changed files with 9 additions and 5 deletions

View File

@@ -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;