summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-05-15 12:57:31 +0000
committerRoy Marples <roy@marples.name>2008-05-15 12:57:31 +0000
commit0f1f396ae21a88beb53cc5c9dc37267ab3aa9108 (patch)
tree2420365ab9c879fb9e0e8c01af87fac693485b27 /dhcpcd.h
parent9c308ff18f5ae688edaa3680a7d5adbd79b7be3a (diff)
downloaddhcpcd-0f1f396ae21a88beb53cc5c9dc37267ab3aa9108.tar.xz
Don't use stdio in a vfork and fix some unconsts.
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 8715048c..68ea2ed7 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -87,7 +87,7 @@ struct options {
struct in_addr request_address;
struct in_addr request_netmask;
- char *script;
+ const char *script;
char pidfile[PATH_MAX];
};