diff options
Diffstat (limited to 'libbb/procps.c')
-rw-r--r-- | libbb/procps.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libbb/procps.c b/libbb/procps.c index 2d2a9665f..fcc9c2d3a 100644 --- a/libbb/procps.c +++ b/libbb/procps.c | |||
@@ -8,7 +8,6 @@ | |||
8 | * | 8 | * |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #if ! defined CONFIG_FEATURE_USE_DEVPS_PATCH | ||
12 | #include <dirent.h> | 11 | #include <dirent.h> |
13 | #include <string.h> | 12 | #include <string.h> |
14 | #include <stdlib.h> | 13 | #include <stdlib.h> |
@@ -131,8 +130,6 @@ extern procps_status_t * procps_scan(int save_user_arg0) | |||
131 | } | 130 | } |
132 | } | 131 | } |
133 | 132 | ||
134 | #endif /* CONFIG_FEATURE_USE_DEVPS_PATCH. Else this file is empty */ | ||
135 | |||
136 | /* END CODE */ | 133 | /* END CODE */ |
137 | /* | 134 | /* |
138 | Local Variables: | 135 | Local Variables: |