tftp-hpa-google/common
H. Peter Anvin 1f4b33a1f7 Modernize: use sigaction() whenever possible. Remove uses of common.
bsd_signal() may not be defined, and there is really no reason to even
try to use it if sigaction() is avaiable; using sigaction() guarantees
the semantics we really want.

Replace uses of common variables with explicit instantiation and
extern declarations in a header file.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2024-05-29 15:34:57 -07:00
..
Makefile Modernize: use sigaction() whenever possible. Remove uses of common. 2024-05-29 15:34:57 -07:00
signal.c Modernize: use sigaction() whenever possible. Remove uses of common. 2024-05-29 15:34:57 -07:00
tftpsubs.c Fix numeric IPv6 address handling 2008-08-09 20:58:19 -07:00
tftpsubs.h Implement is_numeric_ipv6() as a state machine 2008-07-30 16:34:44 -07:00