Try to accomodate systems that do not define PAGE_SHIFT

This commit is contained in:
Eric Andersen 2003-12-20 07:26:10 +00:00
parent b868f55c78
commit a8d82fe52e

View File

@ -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