diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/ps.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/procps/ps.c b/procps/ps.c index 4ff7a8a58..eabdef407 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -52,10 +52,6 @@ static const int TERMINAL_WIDTH = 79; /* not 80 in case terminal has linefo | |||
52 | * the one using the /proc virtual filesystem. | 52 | * the one using the /proc virtual filesystem. |
53 | */ | 53 | */ |
54 | 54 | ||
55 | #if ! defined BB_FEATURE_USE_PROCFS | ||
56 | #error Sorry, I depend on the /proc filesystem right now. | ||
57 | #endif | ||
58 | |||
59 | typedef struct proc_s { | 55 | typedef struct proc_s { |
60 | char | 56 | char |
61 | cmd[16]; /* basename of executable file in call to exec(2) */ | 57 | cmd[16]; /* basename of executable file in call to exec(2) */ |