commit | 4ff1ce063979a0d9df7ec42823eee4624723ab58 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Sep 22 11:21:48 2009 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Sep 22 11:21:48 2009 +0200 |
tree | be5e13dc40c1c96e06b075149d1b2e5e6bd8e9c5 | |
parent | 11c8238d1b0f72dffb2be563069ba5acca075f8e [diff] [blame] |
ps: fix compile breakage Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 @@ || 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,