commit | 266bc17690cd8e98bf30514a19f95891b6ccd1d3 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Fri Sep 29 17:16:39 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Fri Sep 29 17:16:39 2006 +0000 |
tree | 75afe0e05044880298a5ad38a04ad3213f0d2fd3 | |
parent | b1726785f947c35c11d2148196b8fa8b30445798 [diff] [blame] |
top: add support for -b, -n <iterations>
diff --git a/procps/ps.c b/procps/ps.c index d88fe4a..95502b2 100644 --- a/procps/ps.c +++ b/procps/ps.c
@@ -16,14 +16,14 @@ #if ENABLE_SELINUX int use_selinux = 0; - security_context_t sid=NULL; + security_context_t sid = NULL; #endif #if ENABLE_FEATURE_PS_WIDE int terminal_width; int w_count = 0; - bb_opt_complementally="-:ww"; + bb_opt_complementally = "-:ww"; #else # define terminal_width 79 #endif