fix mkntfs_get_page_size() declaration

edge.strict_endians
szaka 2006-08-13 13:38:38 +00:00
parent a00ee02388
commit 600b5d4fa6
1 changed files with 1 additions and 1 deletions

View File

@ -3425,7 +3425,7 @@ done:
/**
* mkntfs_get_page_size - detect the system's memory page size.
*/
static long mkntfs_get_page_size()
static long mkntfs_get_page_size(void)
{
long page_size;
#ifdef _SC_PAGESIZE