Hash :
93fb710a
        
        Author :
  
        
        Date :
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.