]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-ctrl: fix strict aliasing issues
authorShawn Landden <shawn@churchofgit.com>
Wed, 11 Mar 2015 04:01:47 +0000 (21:01 -0700)
committerRonny Chevalier <chevalier.ronny@gmail.com>
Sat, 14 Mar 2015 13:50:45 +0000 (14:50 +0100)
commit6421348d5263ee1a36037c3e119a01351f0f83e9
tree721046e68a17e7f434912cc9170a8c2907863772
parent6ec8e7c763b7dfa82e25e31f6938122748d1608f
udev-ctrl: fix strict aliasing issues

it is ironic that
"The only purpose of this structure is to cast the structure pointer
passed in addr in order to avoid compiler warnings.  See EXAMPLE below."
from bind(2)
src/udev/udev-ctrl.c