summaryrefslogtreecommitdiffstats
path: root/socket.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-24 16:49:17 +0000
committerRoy Marples <roy@marples.name>2008-01-24 16:49:17 +0000
commitb6d70b1ad98755a47387216c14c4511bc0fb6a59 (patch)
tree936d8101adaacbfe65bf8fb0b12fad3c7436ed42 /socket.c
parentc8f3000b6016544b6b8d80839fc12892bdaecfde (diff)
downloaddhcpcd-b6d70b1ad98755a47387216c14c4511bc0fb6a59.tar.xz
Don't use const const here - doh.
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket.c b/socket.c
index d65e05f5..ab396483 100644
--- a/socket.c
+++ b/socket.c
@@ -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