33 lines
962 B
Diff
33 lines
962 B
Diff
|
|
From 92bdeb176f3ce8793ba1a2f3d82525b5c51f7449 Mon Sep 17 00:00:00 2001
|
||
|
|
From: Jim Warner <james.warner@comcast.net>
|
||
|
|
Date: Wed, 4 Oct 2023 12:00:00 -0500
|
||
|
|
Subject: [PATCH] NEWS: acknowledge fix for the lost tasks ps issue #304
|
||
|
|
|
||
|
|
[ and eliminate 1 decades old useless initialization ]
|
||
|
|
|
||
|
|
Reference(s):
|
||
|
|
. Sep, 2023 - fix for ps issue #304
|
||
|
|
commit 09fbd70de33c451dde84254718ded2ccac48aed4
|
||
|
|
|
||
|
|
Signed-off-by: Jim Warner <james.warner@comcast.net>
|
||
|
|
---
|
||
|
|
src/ps/display.c | 2 +-
|
||
|
|
1 files changed, 1 insertions(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/src/ps/display.c b/src/ps/display.c
|
||
|
|
index 325edf38..9b5c7165 100644
|
||
|
|
--- a/src/ps/display.c
|
||
|
|
+++ b/src/ps/display.c
|
||
|
|
@@ -357,7 +357,7 @@ next_proc:
|
||
|
|
|
||
|
|
/***** forest output requires sorting by ppid; add start_time by default */
|
||
|
|
static void prep_forest_sort(void){
|
||
|
|
- sort_node *endp, *tmp_list = sort_list;
|
||
|
|
+ sort_node *endp, *tmp_list;
|
||
|
|
const format_struct *incoming;
|
||
|
|
|
||
|
|
if(!sort_list) { /* assume start time order */
|
||
|
|
--
|
||
|
|
GitLab
|
||
|
|
|