mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
portability fixes, fixed UDP phantom port bug, fixed --version-intensity crash, changed mass_dns to give warning rather than error if cannot find dns servers
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
#define ARP_ETHIP_LEN 20 /* base ARP message length */
|
||||
|
||||
#ifndef __GNUC__
|
||||
#ifndef __attribute__
|
||||
# define __attribute__(x)
|
||||
#endif
|
||||
# pragma pack(1)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user