netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=c8f7464b9759478715f8350abb91769d5bf2b374

commit c8f7464b9759478715f8350abb91769d5bf2b374
Author: Alastair Poole <nets...@gmail.com>
Date:   Thu Feb 11 09:19:18 2021 +0000

    process: OpenBSD onproc becomes run.
    
    Avoid the ifdef in the UI code.
---
 src/bin/system/process.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/system/process.c b/src/bin/system/process.c
index 2aa56a8..8151184 100644
--- a/src/bin/system/process.c
+++ b/src/bin/system/process.c
@@ -84,7 +84,7 @@ _states_init(void)
 #endif
 #if defined(__OpenBSD__)
    _states[SDEAD]   = "dead";
-   _states[SONPROC] = "onproc";
+   _states[SONPROC] = "run";
 #endif
 #endif
 #endif

-- 


Reply via email to