mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove DOS line endings from some lines in netutil.cc.
This commit is contained in:
parent
a4d050125b
commit
a468082429
1 changed files with 6 additions and 6 deletions
|
|
@ -91,12 +91,12 @@
|
|||
#include "../nmap_config.h"
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#include "mswin32/winclude.h"
|
||||
#include "pcap-int.h"
|
||||
#else
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
#include "mswin32/winclude.h"
|
||||
#include "pcap-int.h"
|
||||
#else
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
#include <net/if_arp.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue