1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

patch by Kris Katterjohn to Amiga system to use atexit rather than some macro hack

This commit is contained in:
fyodor
2006-03-05 21:31:04 +00:00
parent 705123dd29
commit 7224f4a52d
6 changed files with 10 additions and 31 deletions

View File

@@ -133,10 +133,6 @@
extern NmapOps o;
#ifdef __amigaos__
extern void CloseLibs(void);
#endif
#ifdef WIN32
#include "pcap-int.h"