fln / addrwatch

A tool similar to arpwatch for IPv4/IPv6 and ethernet address pairing monitoring.
GNU General Public License v3.0
184 stars 30 forks source link

Remove sys_siglist usage in favor of strsignal #12

Closed neheb closed 4 years ago

neheb commented 6 years ago

This is more portable. Musl libc for example, does not support sys_siglist

fln commented 4 years ago

Thanks for this improvement.