* fhandler_mem.cc (fhandler_dev_mem::open): Fix comment.

* wincap.cc (has_physical_mem_access): Reflect the fact that physical
	memory access has been made a protected operation beginning with
	2003 Server.
This commit is contained in:
Corinna Vinschen
2006-12-06 16:33:03 +00:00
parent 017b276a76
commit 8b8273781b
3 changed files with 10 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ fhandler_dev_mem::open (int flags, mode_t)
if (!wincap.has_physical_mem_access ())
{
set_errno (ENOENT);
debug_printf ("%s is accessible under NT/W2K only", dev ().name);
debug_printf ("%s is accessible under NT4/W2K/XP only", dev ().name);
return 0;
}