diff options
| author | Roy Marples <roy@marples.name> | 2016-03-11 20:37:17 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-03-11 20:37:17 +0000 |
| commit | 66cb5dbc7ee2a8e399c4a44d4e095a53c1ff24d0 (patch) | |
| tree | 03f913068d5894aa5e264090eec0d177eae6de28 /configure | |
| parent | 8266733501cdba5cdb8e3391b73fc4980c3c50d3 (diff) | |
| download | dhcpcd-66cb5dbc7ee2a8e399c4a44d4e095a53c1ff24d0.tar.xz | |
Fix configure again
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -546,7 +546,7 @@ cat <<EOF >_inet_ntoa.c #include <netinet/in.h> #include <arpa/inet.h> int main(void) { - struct in_addr in = {}; + struct in_addr in = { .s_addr = 0 }; inet_ntoa(in); return 0; } |
