* path.cc (path_conv::check): Set fs flag when a unix-domain socket is
detected.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -693,6 +693,7 @@ is_virtual_symlink: | ||||
| 		} | ||||
| 	      fileattr = 0; | ||||
| 	      dev.parse (FH_UNIX); | ||||
| 	      dev.setfs (1); | ||||
| 	      goto out; | ||||
| 	    } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user