Added execprog() and execprogl(), which are safer alternatives to system(3)
authormarkus schnalke <meillo@marmaro.de>
Wed, 14 Jan 2015 06:28:33 +0000 (07:28 +0100)
committermarkus schnalke <meillo@marmaro.de>
Wed, 14 Jan 2015 06:28:33 +0000 (07:28 +0100)
commit0127c00f735b9e38608676b9f7bd3c6e38a7ffb4
tree3c4a9c2c914ea7f4ad3bad1ef2ad00b0085f2af9
parent1ec0f1695f9f129210f7c3cdc0c85d329cc055df
Added execprog() and execprogl(), which are safer alternatives to system(3)

This is motivated by the currently failing test case
tests/whatnow/test-attach-detach.
h/prototypes.h
sbr/Makefile.in
sbr/execprog.c [new file with mode: 0644]