]> jfr.im git - solanum.git/commit
libratbox: Fix sizeof in two memsets.
authorJilles Tjoelker <redacted>
Thu, 15 Jan 2015 22:36:26 +0000 (23:36 +0100)
committerJilles Tjoelker <redacted>
Thu, 15 Jan 2015 22:38:50 +0000 (23:38 +0100)
commit7db54a1f9707fe68b5b4066ff0675772da6e1598
tree94605d4db844082b3f06db2b39fb0538e4bfde3d
parent1c864688bb45e576c6da32c976e92378548c3009
libratbox: Fix sizeof in two memsets.

This fixes a compiler warning. The necessary fields of the struct sigevent
were initialized so there was no problem.

Submitted by: Aaron (via IRC)
Reviewed by: Attila
libratbox/src/epoll.c
libratbox/src/sigio.c