* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Drop comment.

* mmap.cc (gen_access): Remove.
	(mmap_record::gen_access): Remove.
	(mmap64): Don't mention 9x any longer.
	* syscalls.cc (statvfs): Drop status code consideration for 9x.
	* libc/minires-os-if.c (get_registry_dns_items): Don't mention 9x any
	longer.
	(get_registry_dns): Drop getting registry key on 9x.  Drop is9x
	variable.
This commit is contained in:
Corinna Vinschen
2007-02-26 12:22:41 +00:00
parent d9edc05f47
commit 457c7938f0
5 changed files with 19 additions and 37 deletions

View File

@ -540,7 +540,6 @@ fhandler_disk_file::fchmod (mode_t mode)
if (pc.is_fs_special ())
return chmod_device (pc, mode);
/* Also open on 9x, otherwise we can't touch ctime. */
if (!get_io_handle ())
{
query_open (query_write_control);