From 93c0a6cedf958c826ec944e31a243fac5a43279f Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Wed, 4 Aug 2021 00:00:00 -0500 Subject: [PATCH] ps: eliminated an overlooked obsoleted API item When several obsolete linux-2.6 fields were eliminated and ps responded in the commit referenced below, there was one reference overlooked. So, with this commit the reference to PIDS_ALARM has been whacked at long last. Reference(s): . Sep 2016, ps response to removal commit 86992bb58f59d617ee2bf20de4f2a185bf817dae Signed-off-by: Jim Warner --- ps/global.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ps/global.c b/ps/global.c index 198a98ac..953807b0 100644 --- a/ps/global.c +++ b/ps/global.c @@ -59,7 +59,6 @@ makREL(ADDR_CODE_START) makREL(ADDR_CURR_EIP) makREL(ADDR_CURR_ESP) makREL(ADDR_STACK_START) -makREL(ALARM) makREL(CGNAME) makREL(CGROUP) makREL(CMD) -- 2.40.0