diff options
| author | Roy Marples <roy@marples.name> | 2008-05-15 12:57:31 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-05-15 12:57:31 +0000 |
| commit | 0f1f396ae21a88beb53cc5c9dc37267ab3aa9108 (patch) | |
| tree | 2420365ab9c879fb9e0e8c01af87fac693485b27 /dhcpcd.h | |
| parent | 9c308ff18f5ae688edaa3680a7d5adbd79b7be3a (diff) | |
| download | dhcpcd-0f1f396ae21a88beb53cc5c9dc37267ab3aa9108.tar.xz | |
Don't use stdio in a vfork and fix some unconsts.
Diffstat (limited to 'dhcpcd.h')
| -rw-r--r-- | dhcpcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; }; |
