Windows: fix sysconf(_SC_PHYS_PAGES).
authorBruce Cran <bruce@cran.org.uk>
Wed, 6 Feb 2013 20:27:27 +0000 (20:27 +0000)
committerJens Axboe <axboe@kernel.dk>
Thu, 7 Feb 2013 06:22:00 +0000 (07:22 +0100)
sysconf(_SC_PHYS_PAGES) was returning the number of bytes of memory
instead of the number of pages. Also improve some error messages in
sysconf(). Update os_phys_mem() to use sysconf().

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found