chiark / gitweb /
util: fix strict aliasing violations in use of struct inotify_event v5
authorShawn Paul Landden <shawn@churchofgit.com>
Tue, 23 Dec 2014 21:47:16 +0000 (13:47 -0800)
committerLennart Poettering <lennart@poettering.net>
Wed, 24 Dec 2014 15:53:04 +0000 (16:53 +0100)
commit0254e9448f3c645758ed63618a3bbb13c242f5e7
tree14259bc9ac0bd2ae5154278c87dc0b8cb886bf73
parent60329a9d9fc58b1a4c8a6244592f731839c2e8d7
util: fix strict aliasing violations in use of struct inotify_event v5

There is alot of cleanup that will have to happen to turn on
-fstrict-aliasing, but I think our code should be "correct" to the rule.
src/core/mount.c
src/core/path.c
src/journal/sd-journal.c
src/shared/util.c
src/shared/util.h
src/udev/udevd.c