mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Remove duplicate #define __FAVOR_BSD in nmap.h
This commit is contained in:
parent
ba8defb238
commit
8471833bac
1 changed files with 0 additions and 3 deletions
3
nmap.h
3
nmap.h
|
|
@ -230,9 +230,6 @@ void *realloc();
|
|||
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
#ifndef __FAVOR_BSD
|
||||
#define __FAVOR_BSD
|
||||
#endif
|
||||
#ifndef NETINET_TCP_H /* why does OpenBSD not do this? */
|
||||
#include <netinet/tcp.h> /*#include <netinet/ip_tcp.h>*/
|
||||
#define NETINET_TCP_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue