mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-07 12:06:27 +00:00
e5f2916b65
The fdatasync call generates a "implicit declaration of function 'fdatasync' is invalid in C99" warning when building for macOS (it's nowhere to be found in the system includes), but linking will eventually work fine because there is an unrelated syscall by the same name (different prototype), so it's not doing what it should. So lets not use it. |
||
---|---|---|
.. | ||
attrib.h | ||
logpkt.c | ||
logpkt.h | ||
pcap_logger.c | ||
pcap_logger.h | ||
sys.c | ||
sys.h |