diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-20 09:17:50 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-20 09:17:50 +0000 |
commit | f295b5a408180d713297c9c1c8f732a6a78d4ab6 (patch) | |
tree | ce166bc607fb36bdcf45d19880bc00e4fa2a2584 | |
parent | 8f3bc4ce52448a6d1c188055d6920e5bb05334b1 (diff) | |
download | busybox-w32-f295b5a408180d713297c9c1c8f732a6a78d4ab6.tar.gz busybox-w32-f295b5a408180d713297c9c1c8f732a6a78d4ab6.tar.bz2 busybox-w32-f295b5a408180d713297c9c1c8f732a6a78d4ab6.zip |
doh!
-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 | ||