summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-30 14:15:03 +0000
committerRoy Marples <roy@marples.name>2008-06-30 14:15:03 +0000
commit944bb80ec50e1264b4c1b3df1508176ce73e5418 (patch)
treed3e11f1253f5b2b58e8e337988f176804b827b76 /dhcpcd.h
parent0f4f8b4a972698ba3aa7371dbcf2a86a16d04aaf (diff)
downloaddhcpcd-944bb80ec50e1264b4c1b3df1508176ce73e5418.tar.xz
We need to copy out the script from the config file as it's no longer a constant var.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index 7b1ee396..839e9b4e 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -86,7 +86,7 @@ struct options {
struct in_addr request_netmask;
char **environ;
- const char *script;
+ char script[PATH_MAX];
char pidfile[PATH_MAX];
};