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