This commit is contained in:
Eric Andersen 2003-12-20 09:17:50 +00:00
parent 8f3bc4ce52
commit f295b5a408

View File

@ -16,7 +16,7 @@
#include "libbb.h"
#ifndef
#ifndef PAGE_MASK
#define PAGE_MASK (~((getpagesize())-1))
#endif