]> jfr.im git - irc/freenode/ircd-seven.git/commit
libratbox: Fix sizeof in two memsets.
authorJilles Tjoelker <redacted>
Thu, 15 Jan 2015 22:36:26 +0000 (23:36 +0100)
committerJanik Kleinhoff <redacted>
Tue, 26 Mar 2019 04:31:27 +0000 (04:31 +0000)
commit76b80abe09cfcef655f050172813d727ffbcc235
tree7195b90d8ef0b3c068de9b0b0ab8831cd13f76dd
parent87e23a1b9c4e4be329775f328af6de882999bcf5
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