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:
11c8238
)
ps: fix compile breakage
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 22 Sep 2009 09:21:48 +0000
(11:21 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 22 Sep 2009 09:21:48 +0000
(11:21 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/libbb.h
patch
|
blob
|
history
diff --git
a/include/libbb.h
b/include/libbb.h
index 1694d2c2db4667a8a929e3b7f982076bc0224717..8ecde5b4b603a48f3611db06c0a48cd8f9c76efe 100644
(file)
--- a/
include/libbb.h
+++ b/
include/libbb.h
@@
-1344,7
+1344,7
@@
enum {
|| ENABLE_PIDOF
|| ENABLE_SESTATUS
),
- IF_SELINUX(PSSCAN_CONTEXT = 1 << 17,)
+ PSSCAN_CONTEXT = (1 << 17) * ENABLE_SELINUX,
PSSCAN_START_TIME = 1 << 18,
PSSCAN_CPU = (1 << 19) * ENABLE_FEATURE_TOP_SMP_PROCESS,
PSSCAN_NICE = (1 << 20) * ENABLE_FEATURE_PS_ADDITIONAL_COLUMNS,