mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 19:39:07 +00:00
Remove DOS line endings from some lines in netutil.cc.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user