aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util-unix.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-09-09 01:23:06 +0000
committerBill Meier <wmeier@newsguy.com>2013-09-09 01:23:06 +0000
commit077d252fd92c4a41e3d5396e2f869c6804ce86ef (patch)
tree7b709773a26e69f84103527bd8b5eb1d44f228dd /capture-pcap-util-unix.c
parenteeba21136c3ed0f45e8a17b5daa422cd8c008c38 (diff)
Revert #51843: Build fails on OSX-10.5-x8
svn path=/trunk/; revision=51855
Diffstat (limited to 'capture-pcap-util-unix.c')
-rw-r--r--capture-pcap-util-unix.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/capture-pcap-util-unix.c b/capture-pcap-util-unix.c
index b181186cd8..31def40f78 100644
--- a/capture-pcap-util-unix.c
+++ b/capture-pcap-util-unix.c
@@ -28,8 +28,6 @@
#ifdef HAVE_LIBPCAP
-#ifndef HAVE_PCAP_FINDALLDEVS
-
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
@@ -58,15 +56,8 @@ struct rtentry;
# include <sys/sockio.h>
#endif
-#include "capture-pcap-util.h"
-
-#else
-
-#include <pcap/pcap.h>
-
-#endif /* HAVE_PCAP_FINDALLDEVS */
-
#include "capture_ifinfo.h"
+#include "capture-pcap-util.h"
#include "capture-pcap-util-int.h"
#ifndef HAVE_PCAP_FINDALLDEVS