mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 11:49:01 +00:00
Have it compiling on Solaris, and soon should have it working. Bwahahahahahahaha
This commit is contained in:
12
tcpip.h
12
tcpip.h
@@ -199,18 +199,6 @@ void *realloc();
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
#include <sys/socket.h>
|
||||
#if HAVE_NET_IF_H
|
||||
#ifndef NET_IF_H /* why doesn't OpenBSD do this? */
|
||||
#include <net/if.h>
|
||||
#define NET_IF_H
|
||||
#endif
|
||||
#endif
|
||||
#if HAVE_NETINET_IF_ETHER_H
|
||||
#ifndef NETINET_IF_ETHER_H
|
||||
#include <netinet/if_ether.h>
|
||||
#define NETINET_IF_ETHER_H
|
||||
#endif /* NETINET_IF_ETHER_H */
|
||||
#endif /* HAVE_NETINET_IF_ETHER_H */
|
||||
|
||||
#if TIME_WITH_SYS_TIME
|
||||
# include <sys/time.h>
|
||||
|
||||
Reference in New Issue
Block a user