Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-20 12:17:50 +0300
committerEric Andersen <andersen@codepoet.org>2003-12-20 12:17:50 +0300
commitf295b5a408180d713297c9c1c8f732a6a78d4ab6 (patch)
treece166bc607fb36bdcf45d19880bc00e4fa2a2584 /libbb/procps.c
parent8f3bc4ce52448a6d1c188055d6920e5bb05334b1 (diff)
doh!
Diffstat (limited to 'libbb/procps.c')
-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