Commit 93fb710a46dc7144d003f9a8e01e6c81b93c0c4b

Ryan C. Gordon 2018-10-03T16:54:24

evdev: Don't initialize struct sigaction with "{ 0 }". It causes warnings on some platforms, depending on the actual definition of sigaction, and since this is static data, it'll be zero'd out anyhow.