diff options
Diffstat (limited to 'src/ipcpd/eth/eth.c')
-rw-r--r-- | src/ipcpd/eth/eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/eth/eth.c b/src/ipcpd/eth/eth.c index 850231cd..1028ee03 100644 --- a/src/ipcpd/eth/eth.c +++ b/src/ipcpd/eth/eth.c @@ -1487,7 +1487,7 @@ static int eth_init_raw_socket(struct ifreq * ifr) } #endif -static int eth_ipcp_bootstrap(const struct ipcp_config * conf) +static int eth_ipcp_bootstrap(struct ipcp_config * conf) { struct ifreq ifr; int i; |