mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Don't use exit in PCAP_IS_SUITABLE.
John Spencer reported that musl libc doesn't automatically include <stdlib.h>, as Glibc does, so the configure check was wrongly failing. conftest.c: In function 'main': conftest.c:35:5: error: implicit declaration of function 'exit'
This commit is contained in:
Reference in New Issue
Block a user