hpage_size should be a `long' here too. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- hugeutils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hugeutils.c b/hugeutils.c index 72b5095..fc220ee 100644 --- a/hugeutils.c +++ b/hugeutils.c @@ -42,7 +42,7 @@ #include "libhugetlbfs_internal.h" #include "hugetlbfs.h" -static int hpage_size; /* = 0 */ +static long hpage_size; /* = 0 */ static char htlb_mount[PATH_MAX+1]; /* = 0 */ /********************************************************************/ -- Nishanth Aravamudan <[EMAIL PROTECTED]> IBM Linux Technology Center ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Libhugetlbfs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel
