makes `struct execsw' to:
authorsemarie <semarie@openbsd.org>
Sun, 21 Mar 2021 11:29:38 +0000 (11:29 +0000)
committersemarie <semarie@openbsd.org>
Sun, 21 Mar 2021 11:29:38 +0000 (11:29 +0000)
commitc49c61c6189f292e7cc497671b99c396a5890d71
treed27022a0edcb7865fce2f9f94480827312d90455
parent58ea3020aa556302036dbceae90c657300c06510
makes `struct execsw' to:

- use C99-style initialization (grep works better with that)
- use const as execsw is not modified during runtime

ok mpi@
sys/kern/exec_conf.c
sys/sys/exec.h