1
0
Fork 0
forked from mirror/openwrt
openwrt/package/network/services/ead/src
Nick Hainke 6719bf5672 ead: replace legacy RETSIGTYPE with void in signal handler
The RETSIGTYPE macro was historically used for signal handler return types,
defaulting to int on some legacy systems. This is no longer needed,
so we now use void as the return type.

Fixes a compiler error:
  error: assignment to 'void (*)(int)' from incompatible pointer type 'int (*)()' [-Wincompatible-pointer-types]

Link: https://github.com/openwrt/openwrt/pull/19681
Signed-off-by: Nick Hainke <vincent@systemli.org>
2025-08-06 06:39:47 +02:00
..
tinysrp ead: replace legacy RETSIGTYPE with void in signal handler 2025-08-06 06:39:47 +02:00
aes.c
ead-client.c
ead-crypt.c
ead-crypt.h
ead-pcap.h
ead.c
ead.h
filter.c
libbridge.h
libbridge_init.c
libbridge_private.h
list.h
Makefile
passwd
pfc.c
pw_encrypt_md5.c
sha1.c