teach find_root_device to deal with /dev/ subdirs
(by "Kirill K. Smirnov" <lich@math.spbu.ru>)
This commit is contained in:
@ -2293,7 +2293,8 @@ updatepwd(const char *dir)
|
||||
break;
|
||||
}
|
||||
break;
|
||||
} else if (p[1] == '\0')
|
||||
}
|
||||
if (p[1] == '\0')
|
||||
break;
|
||||
/* fall through */
|
||||
default:
|
||||
|
Reference in New Issue
Block a user