From 66e8e2723db5755e952cd6dc4ac6198a0ab7c674 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Sun, 4 Dec 2016 17:17:17 -0600 Subject: [PATCH] ps: finish purging those references to PIDS_WCHAN_ADDR Aw shucks, not all support for this defunct enumerator was removed via the commits shown below (but, is now). [ what remained were just variables named after that ] [ deprecated/deleted enumerator, but still & all ... ] [ plus, i have left the doc/libproc.3 file untouched ] [ since it already appears badly out of date anyway! ] Reference(s): . ps references partially purged commit 66c4024d759fb1fa8ebaa2e608368c561cd21ff6 . enumerator purged from library commit 912075605b9bb68474032d6d8c70d1d97dc2aeff Signed-off-by: Jim Warner --- ps/common.h | 1 - ps/global.c | 1 - 2 files changed, 2 deletions(-) diff --git a/ps/common.h b/ps/common.h index 1b02c90f..197f9c21 100644 --- a/ps/common.h +++ b/ps/common.h @@ -146,7 +146,6 @@ makEXT(VM_RSS) makEXT(VM_SIZE) makEXT(VM_STACK) makEXT(VSIZE_PGS) -makEXT(WCHAN_ADDR) makEXT(WCHAN_NAME) makEXT(extra) makEXT(noop) diff --git a/ps/global.c b/ps/global.c index 6ecad377..adffd35f 100644 --- a/ps/global.c +++ b/ps/global.c @@ -136,7 +136,6 @@ makREL(VM_RSS) makREL(VM_SIZE) makREL(VM_STACK) makREL(VSIZE_PGS) -makREL(WCHAN_ADDR) makREL(WCHAN_NAME) makREL(extra) makREL(noop)