1
0
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:
david
2010-06-24 14:34:33 +00:00
parent a4d050125b
commit a468082429

View File

@@ -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>