Remove unused code
[mmh] / sbr / execprog.c
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2015-02-22 Philipp Takacsreturn -1 if fork(2) fails in execprog
2015-02-12 markus schnalkesbr/execprog.c: Fix the return value
2015-01-15 markus schnalkeDon't save the context within execprog()
2015-01-14 markus schnalkeAdded execprog() and execprogl(), which are safer alter...