diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-05 07:24:08 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-12-05 07:24:08 +0000 |
commit | 49ec1a2dc6dfba670b3659286524fd5baf12e6fe (patch) | |
tree | f11db23c430298ac9da2f3de80ec6c86cc75be70 /libbb/procps.c | |
parent | 8a500b97872ecfd6495c1cb6be98bc594627b311 (diff) | |
download | busybox-w32-49ec1a2dc6dfba670b3659286524fd5baf12e6fe.tar.gz busybox-w32-49ec1a2dc6dfba670b3659286524fd5baf12e6fe.tar.bz2 busybox-w32-49ec1a2dc6dfba670b3659286524fd5baf12e6fe.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
git-svn-id: svn://busybox.net/trunk/busybox@6101 69ca8d6d-28ef-0310-b511-8ec308f3f277
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: |