diff options
| author | Roy Marples <roy@marples.name> | 2008-08-11 09:28:53 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-08-11 09:28:53 +0000 |
| commit | 6b842b3c9f513fcbe67e1bfca685fed4e16bee9c (patch) | |
| tree | fe09c4bd43cd1ac5ddaeb77f5070c11424431140 /configure.h | |
| parent | ef53de735fad7fb3036e4bb83824f3b36aac3e9d (diff) | |
| download | dhcpcd-6b842b3c9f513fcbe67e1bfca685fed4e16bee9c.tar.xz | |
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.
Diffstat (limited to 'configure.h')
| -rw-r--r-- | configure.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.h b/configure.h index c4c731ce..fe065db6 100644 --- a/configure.h +++ b/configure.h @@ -32,8 +32,8 @@ #include "dhcp.h" #include "net.h" -int exec_script(const struct options *, const char *, const char *, - const struct dhcp_message *, const struct dhcp_message *); +int run_script(const struct options *, const char *, const char *, + const struct dhcp_message *, const struct dhcp_message *); int configure(struct interface *, const char *, const struct dhcp_message *, const struct dhcp_message *, const struct dhcp_lease *, const struct options *, int); |
