]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Don't use const const here - doh.
authorRoy Marples <roy@marples.name>
Thu, 24 Jan 2008 16:49:17 +0000 (16:49 +0000)
committerRoy Marples <roy@marples.name>
Thu, 24 Jan 2008 16:49:17 +0000 (16:49 +0000)
socket.c

index d65e05f598a1f5741cacbdee7898bb64b6c7302e..ab3964836a1db882ff17d58d47065a15b2aa29a4 100644 (file)
--- 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