summaryrefslogtreecommitdiff
path: root/proc/readproc.c
diff options
context:
space:
mode:
authoralbert <>2002-10-22 18:12:27 +0000
committeralbert <>2002-10-22 18:12:27 +0000
commitdc792e9d58190905aabf8d42c4a10c5b9e5f2fd6 (patch)
tree2758881b967f0bdcd39ab678fbb3e82b0dde5c4d /proc/readproc.c
parent9e098634f0b717d2d79991d00ecce1b4f02fed72 (diff)
downloadprocps-ng-dc792e9d58190905aabf8d42c4a10c5b9e5f2fd6.tar.gz
remove Rik library support
Diffstat (limited to 'proc/readproc.c')
-rw-r--r--proc/readproc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/proc/readproc.c b/proc/readproc.c
index ff302fa..ca4576b 100644
--- a/proc/readproc.c
+++ b/proc/readproc.c
@@ -302,8 +302,6 @@ static char** file2strvec(const char* directory, const char* what) {
* searched for in /proc. If other lists are given in addition to the PID list,
* the same logic can follow through as for the no-PID list case. This is
* fairly complex, but it does try to not to do any unnecessary work.
- * Unfortunately, the reverse filtering option in which any PID *except* the
- * ones listed is pursued.
*/
proc_t* readproc(PROCTAB* PT, proc_t* p) {
static struct direct *ent; /* dirent handle */
@@ -413,8 +411,6 @@ next_proc: /* get next PID for consideration */
* searched for in /proc. If other lists are given in addition to the PID list,
* the same logic can follow through as for the no-PID list case. This is
* fairly complex, but it does try to not to do any unnecessary work.
- * Unfortunately, the reverse filtering option in which any PID *except* the
- * ones listed is pursued.
*/
proc_t* ps_readproc(PROCTAB* PT, proc_t* p) {
static struct direct *ent; /* dirent handle */