* path.cc (path_conv::check): Set fs flag when a unix-domain socket is
detected.
This commit is contained in:
parent
3419b5bc2b
commit
2cd6f872f3
|
@ -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>
|
2005-02-17 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Set st_ctime if
|
* fhandler_disk_file.cc (fhandler_disk_file::fstat): Set st_ctime if
|
||||||
|
|
|
@ -693,6 +693,7 @@ is_virtual_symlink:
|
||||||
}
|
}
|
||||||
fileattr = 0;
|
fileattr = 0;
|
||||||
dev.parse (FH_UNIX);
|
dev.parse (FH_UNIX);
|
||||||
|
dev.setfs (1);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue