]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Rename exec_script to run_script. Split the exec/fork part to static exec_script...
authorRoy Marples <roy@marples.name>
Mon, 11 Aug 2008 09:28:53 +0000 (09:28 +0000)
committerRoy Marples <roy@marples.name>
Mon, 11 Aug 2008 09:28:53 +0000 (09:28 +0000)
commit6b842b3c9f513fcbe67e1bfca685fed4e16bee9c
treefe09c4bd43cd1ac5ddaeb77f5070c11424431140
parentef53de735fad7fb3036e4bb83824f3b36aac3e9d
Rename exec_script to run_script. Split the exec/fork part to static exec_script. This allows us to use vfork and stop gcc complaining about exec stamping on the env variable.
client.c
configure.c
configure.h