diff options
| author | Roy Marples <roy@marples.name> | 2008-01-24 16:49:17 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-01-24 16:49:17 +0000 |
| commit | b6d70b1ad98755a47387216c14c4511bc0fb6a59 (patch) | |
| tree | 936d8101adaacbfe65bf8fb0b12fad3c7436ed42 /socket.c | |
| parent | c8f3000b6016544b6b8d80839fc12892bdaecfde (diff) | |
| download | dhcpcd-b6d70b1ad98755a47387216c14c4511bc0fb6a59.tar.xz | |
Don't use const const here - doh.
Diffstat (limited to 'socket.c')
| -rw-r--r-- | socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ #endif /* Broadcast address for IPoIB */ -static const uint8_t const ipv4_bcast_addr[] = { +static const uint8_t ipv4_bcast_addr[] = { 0x00, 0xff, 0xff, 0xff, 0xff, 0x12, 0x40, 0x1b, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff |
