process: OpenBSD onproc becomes run.

Avoid the ifdef in the UI code.
This commit is contained in:
Alastair Poole 2021-02-11 09:19:18 +00:00
parent 538058f147
commit c8f7464b97
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ _states_init(void)
#endif
#if defined(__OpenBSD__)
_states[SDEAD] = "dead";
_states[SONPROC] = "onproc";
_states[SONPROC] = "run";
#endif
#endif
#endif