Commit 32d1fc7f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Flexelinting

parent edc10d17
......@@ -424,7 +424,7 @@ smf_open(struct stevedore *st)
ARGV_ERR(
"-sfile too small for this architecture,"
" minimum size is %jd MB\n",
(MINPAGES * (intmax_t)getpagesize()) >> 20
(MINPAGES * (intmax_t)getpagesize()) / (1<<20)
);
}
printf("SMF.%s mmap'ed %ju bytes of %ju\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment