fix building when asm/page.h is not available http://bugs.gentoo.org/168278 the loop-aes patch adds this ... --- mount/swapon.c +++ mount/swapon.c @@ -31,7 +31,9 @@ #include #include #include +#ifdef HAVE_asm_page_h #include +#endif #include "xmalloc.h" #include "swap_constants.h" #include "swapargs.h"