* path.cc (path_conv::check): Set fs flag when a unix-domain socket is

detected.
This commit is contained in:
Christopher Faylor 2005-02-17 17:21:11 +00:00
parent 3419b5bc2b
commit 2cd6f872f3
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-02-17 Christopher Faylor <cgf@timesys.com>
* path.cc (path_conv::check): Set fs flag when a unix-domain socket
is detected.
2005-02-17 Corinna Vinschen <corinna@vinschen.de>
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Set st_ctime if

View File

@ -693,6 +693,7 @@ is_virtual_symlink:
}
fileattr = 0;
dev.parse (FH_UNIX);
dev.setfs (1);
goto out;
}