summaryrefslogtreecommitdiffstats
path: root/src/net/icmpv6.c
diff options
context:
space:
mode:
authorMarty Connor2007-07-02 21:33:34 +0200
committerMarty Connor2007-07-02 21:33:34 +0200
commitf04899bf6c940e89ff30da82066513560ca7d226 (patch)
treed17374f72e4548c8af9127c18dccb394fddb58b7 /src/net/icmpv6.c
parentWarnings purge (diff)
downloadipxe-f04899bf6c940e89ff30da82066513560ca7d226.tar.gz
ipxe-f04899bf6c940e89ff30da82066513560ca7d226.tar.xz
ipxe-f04899bf6c940e89ff30da82066513560ca7d226.zip
Warnings purge
Diffstat (limited to 'src/net/icmpv6.c')
-rw-r--r--src/net/icmpv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/icmpv6.c b/src/net/icmpv6.c
index da738923..69824c5b 100644
--- a/src/net/icmpv6.c
+++ b/src/net/icmpv6.c
@@ -72,7 +72,7 @@ int icmp6_send_solicit ( struct net_device *netdev, struct in6_addr *src __unuse
* @v st_dest Destination address
*/
static int icmp6_rx ( struct io_buffer *iobuf, struct sockaddr_tcpip *st_src,
- struct sockaddr_tcpip *st_dest ) {
+ struct sockaddr_tcpip *st_dest, __unused uint16_t pshdr_csum ) {
struct icmp6_header *icmp6hdr = iobuf->data;
/* Sanity check */