aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-20 09:17:50 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-20 09:17:50 +0000
commitf295b5a408180d713297c9c1c8f732a6a78d4ab6 (patch)
treece166bc607fb36bdcf45d19880bc00e4fa2a2584 /libbb
parent8f3bc4ce52448a6d1c188055d6920e5bb05334b1 (diff)
downloadbusybox-f295b5a408180d713297c9c1c8f732a6a78d4ab6.tar.gz
doh!
Diffstat (limited to 'libbb')
-rw-r--r--libbb/procps.c2
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 @@
#include "libbb.h"
-#ifndef
+#ifndef PAGE_MASK
#define PAGE_MASK (~((getpagesize())-1))
#endif