process: equality for zombies.

Treat all the dead as zombies, and all the zombies as dead.

:P
This commit is contained in:
Alastair Poole 2021-03-03 08:08:20 +00:00
parent 7fcd6a9d4f
commit a5ac40758b
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ _states_init(void)
_states[SZOMB] = "zombie";
#endif
#if defined(__OpenBSD__)
_states[SDEAD] = "dead";
_states[SDEAD] = "zombie";
_states[SONPROC] = "running";
#endif
#endif