diff options
-rw-r--r-- | libbb/procps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/procps.c b/libbb/procps.c index fbb05532a..c15b3e0a4 100644 --- a/libbb/procps.c +++ b/libbb/procps.c | |||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | #include "libbb.h" | 17 | #include "libbb.h" |
18 | 18 | ||
19 | #ifndef | 19 | #ifndef PAGE_MASK |
20 | #define PAGE_MASK (~((getpagesize())-1)) | 20 | #define PAGE_MASK (~((getpagesize())-1)) |
21 | #endif | 21 | #endif |
22 | 22 | ||