Avoid pointer arithmetic on void*.
authorBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2008 17:46:38 +0000 (10:46 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Sep 2008 20:53:26 +0000 (13:53 -0700)
commiteda13285783d788d08e4911f44730829aaadd433
tree456f3c94c62a13c5a23a6e3aa7189600ca6eba03
parentad8d3e6bdf9c2f962d698e6836ae9bc69bd464cc
Avoid pointer arithmetic on void*.

This is a GCC extension not supported by other compilers.
lib/dhcp-client.c
lib/netlink.c
lib/ofpbuf.c
switch/datapath.c