mirror of
https://github.com/pygos/init.git
synced 2024-11-05 12:17:10 +01:00
David Oberhollenzer
87a524d931
- exec_t belongs to service.h, the main place where it is used/needed - code for executing exec_t is moved to runsvc for the same reason - what is left are NORETURN and ARRAY_SIZE - the former can be replaced with direct attribute usage since the only relevant compilers all support the attribute. - the later is only used in 3 places and can be trivially replaced with direct usage of sizeof(). Signed-off-by: David Oberhollenzer <goliath@infraroot.at> |
||
---|---|---|
.. | ||
init.h | ||
initsock.c | ||
main.c | ||
Makemodule.am | ||
runsvc.c | ||
status.c | ||
supervisor.c |