[git commit master] ps: fix compile breakage

Denys Vlasenko vda.linux at googlemail.com
Tue Sep 22 09:21:48 UTC 2009


commit: http://git.busybox.net/busybox/commit/?id=4ff1ce063979a0d9df7ec42823eee4624723ab58
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 include/libbb.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/libbb.h b/include/libbb.h
index 1694d2c..8ecde5b 100644
--- 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,
-- 
1.6.3.3



More information about the busybox-cvs mailing list