aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-12-20 10:23:28 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-12-20 10:23:28 +0000
commit7aa4d5596e7201ef75276322d1509fc326d247c1 (patch)
treec1935e67a26013543b0e1137ba6915d2010c301c /libbb
parent25460cd88d62c4156c5e0742ae416b34b993cb14 (diff)
downloadbusybox-w32-7aa4d5596e7201ef75276322d1509fc326d247c1.tar.gz
busybox-w32-7aa4d5596e7201ef75276322d1509fc326d247c1.tar.bz2
busybox-w32-7aa4d5596e7201ef75276322d1509fc326d247c1.zip
bother. It seems I can't read.
git-svn-id: svn://busybox.net/trunk/busybox@8150 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r--libbb/procps.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libbb/procps.c b/libbb/procps.c
index c15b3e0a4..44103fae8 100644
--- a/libbb/procps.c
+++ b/libbb/procps.c
@@ -16,10 +16,6 @@
16 16
17#include "libbb.h" 17#include "libbb.h"
18 18
19#ifndef PAGE_MASK
20#define PAGE_MASK (~((getpagesize())-1))
21#endif
22
23extern procps_status_t * procps_scan(int save_user_arg0 19extern procps_status_t * procps_scan(int save_user_arg0
24#ifdef CONFIG_SELINUX 20#ifdef CONFIG_SELINUX
25 , int use_selinux , security_id_t *sid 21 , int use_selinux , security_id_t *sid