netdev-linux: Fix aliasing error.
authorBen Pfaff <blp@nicira.com>
Tue, 15 Dec 2009 06:59:55 +0000 (22:59 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 15 Dec 2009 06:59:55 +0000 (22:59 -0800)
The latest version of GCC flags a common socket convention as breaking
strict-aliasing rules.  This commit removes the aliasing and gets rid of
the scary warning.


No differences found