projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b868f55
)
Try to accomodate systems that do not define PAGE_SHIFT
author
Eric Andersen
<andersen@codepoet.org>
Sat, 20 Dec 2003 07:26:10 +0000
(07:26 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 20 Dec 2003 07:26:10 +0000
(07:26 -0000)
libbb/procps.c
patch
|
blob
|
history
diff --git
a/libbb/procps.c
b/libbb/procps.c
index 44103fae8992d9b877967e3c577914c2b07d8708..fbb05532a8c00a3d18437845d9545d32dbe5b788 100644
(file)
--- a/
libbb/procps.c
+++ b/
libbb/procps.c
@@
-16,6
+16,10
@@
#include "libbb.h"
+#ifndef
+#define PAGE_MASK (~((getpagesize())-1))
+#endif
+
extern procps_status_t * procps_scan(int save_user_arg0
#ifdef CONFIG_SELINUX
, int use_selinux , security_id_t *sid