* fhandler_registry.cc (fhandler_registry::open): Handle missing EROFS error

condition pointed to by Clang.
This commit is contained in:
Christopher Faylor
2012-07-02 20:00:22 +00:00
parent e9d7f5b3a9
commit e82360f659
2 changed files with 6 additions and 0 deletions

View File

@@ -848,6 +848,7 @@ fhandler_registry::open (int flags, mode_t mode)
{
set_errno (EROFS);
res = 0;
goto out;
}
else
{