diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/ps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/procps/ps.c b/procps/ps.c index 2be0b3605..f8f5c1aa9 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -253,7 +253,6 @@ int ps_main(int argc, char **argv) | |||
253 | opt_complementary = "o::"; | 253 | opt_complementary = "o::"; |
254 | getopt32(argc, argv, "o:aAdefl", &opt_o); | 254 | getopt32(argc, argv, "o:aAdefl", &opt_o); |
255 | if (opt_o) { | 255 | if (opt_o) { |
256 | opt_o = llist_rev(opt_o); | ||
257 | do { | 256 | do { |
258 | parse_o(opt_o->data); | 257 | parse_o(opt_o->data); |
259 | opt_o = opt_o->link; | 258 | opt_o = opt_o->link; |