* 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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user