From: Denys Vlasenko Date: Tue, 22 Sep 2009 09:21:48 +0000 (+0200) Subject: ps: fix compile breakage X-Git-Tag: 1_16_0~470 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ff1ce063979a0d9df7ec42823eee4624723ab58;p=oweals%2Fbusybox.git ps: fix compile breakage Signed-off-by: Denys Vlasenko --- diff --git a/include/libbb.h b/include/libbb.h index 1694d2c2d..8ecde5b4b 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,