vswitchd: Fix function prototype of packet_set_ipv6()
authorPravin B Shelar <pshelar@nicira.com>
Wed, 14 Nov 2012 01:20:22 +0000 (17:20 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Wed, 14 Nov 2012 19:46:03 +0000 (11:46 -0800)
commit0d152327ca7cffedfbeeedc198ee8507aee4d3dc
tree4eb210fe67b3ad2a8107ab1400b67973c3702402
parent0e1881ca097ee74edb0fcc4026b484e47d3c2667
vswitchd: Fix function prototype of packet_set_ipv6()

Follwoing patch fixes sparse error:
lib/packets.c:643:1: error: symbol 'packet_set_ipv6' redeclared
with different type (originally declared at lib/packets.h:493)
- incompatible argument 6 (different base types)

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
lib/packets.h