Fix an error introduced in last commit

This commit is contained in:
Gregory Nutt 2015-11-25 14:38:10 -06:00
parent b1b97e89c8
commit 9d1404e06d

View File

@ -1196,6 +1196,7 @@ static int hostfs_stat(struct inode *mountpt, const char *relpath, struct stat *
}
if (host_buf.st_mode & HOST_ST_MODE_PIPE)
{
buf->st_mode |= S_IFIFO;
}