DCCP: 2.6.22-rc5-git8 compile warning
From: Jan Engelhardt <hidden>
Date: 2007-06-24 20:02:49
git tree a06381fec77bf88ec6c5eb6324457cb04e9ffd69 (last commit ID)
gives:
/ws/linux-2.6.22/net/dccp/ipv4.c:589: warning: initialization from
incompatible
/ws/linux-2.6.22/net/dccp/ipv6.c:387: warning: initialization from
incompatible
[pointer type - `less` cut it off from the 80 col screen]
Offending lines, ipv4.c:
.send_ack = dccp_reqsk_send_ack,
ipv6.c:
.send_ack = dccp_reqsk_send_ack,
These could be fixed :)
Jan
--