Try to accomodate systems that do not define PAGE_SHIFT
This commit is contained in:
parent
b868f55c78
commit
a8d82fe52e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user