From: Roy Marples Date: Thu, 24 Jan 2008 16:49:17 +0000 (+0000) Subject: Don't use const const here - doh. X-Git-Tag: v3.2.3~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6d70b1ad98755a47387216c14c4511bc0fb6a59;p=thirdparty%2Fdhcpcd.git Don't use const const here - doh. --- 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