From 1666cef8e3f70fa870fdd0f2eadfc7194e751c0f Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Mon, 30 Dec 2013 09:19:55 -0800 Subject: [PATCH] ETHER: Fix mixed line endings which crept in while adding network support without any pcap components. --- sim_ether.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sim_ether.c b/sim_ether.c index 624e0506..f764d662 100644 --- a/sim_ether.c +++ b/sim_ether.c @@ -904,13 +904,13 @@ const char *eth_capabilities(void) #include #include #else -struct pcap_pkthdr { - uint32 caplen; /* length of portion present */ - uint32 len; /* length this packet (off wire) */ -}; -#define PCAP_ERRBUF_SIZE 256 -typedef void * pcap_t; /* Pseudo Type to avoid compiler errors */ -#define DLT_EN10MB 1 /* Dummy Value to avoid compiler errors */ +struct pcap_pkthdr { + uint32 caplen; /* length of portion present */ + uint32 len; /* length this packet (off wire) */ +}; +#define PCAP_ERRBUF_SIZE 256 +typedef void * pcap_t; /* Pseudo Type to avoid compiler errors */ +#define DLT_EN10MB 1 /* Dummy Value to avoid compiler errors */ #endif /* HAVE_PCAP_NETWORK */ #ifdef HAVE_TAP_NETWORK