process: OpenBSD onproc becomes run.

Avoid the ifdef in the UI code.
master
Alastair Poole 3 years ago
parent 538058f147
commit c8f7464b97
  1. 2
      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

Loading…
Cancel
Save