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) |
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 @@ * */ -#if ! defined CONFIG_FEATURE_USE_DEVPS_PATCH #include <dirent.h> #include <string.h> #include <stdlib.h> @@ -131,8 +130,6 @@ extern procps_status_t * procps_scan(int save_user_arg0) } } -#endif /* CONFIG_FEATURE_USE_DEVPS_PATCH. Else this file is empty */ - /* END CODE */ /* Local Variables: |