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:43:52 +0000 (11:43 -0800)
commit038341d1c1c33107a7f2ad06a5acb47c5fff7967
treeab2b8c5b072b8765f83174c9bdfac2d7f3740dea
parentbc7a5acdff087b7e7a162da42ae608a83f3cf902
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