diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-05 07:24:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-05 07:24:08 +0000 |
commit | deca106b6dad70ad0a1312a82d762aa8d8ad52ba (patch) | |
tree | f11db23c430298ac9da2f3de80ec6c86cc75be70 /libbb/procps.c | |
parent | 6f9b45b9eff22c664b93ace82d20669340a762f8 (diff) | |
download | busybox-w32-deca106b6dad70ad0a1312a82d762aa8d8ad52ba.tar.gz busybox-w32-deca106b6dad70ad0a1312a82d762aa8d8ad52ba.tar.bz2 busybox-w32-deca106b6dad70ad0a1312a82d762aa8d8ad52ba.zip |
Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm not
maintaining it anymore, and it is now terribly out of date.
-Erik
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: |