From e1a5e58ac1db793a3aee17b7775523a5005e5ce5 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Fri, 4 Jul 2008 12:52:16 +0000 Subject: Fix benign usage of incorrect symbol in #ifdef svn path=/trunk/; revision=25669 --- capture-pcap-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capture-pcap-util.c') diff --git a/capture-pcap-util.c b/capture-pcap-util.c index 0d7024af5f..54c572609a 100644 --- a/capture-pcap-util.c +++ b/capture-pcap-util.c @@ -372,7 +372,7 @@ get_pcap_linktype_list(const char *devname, char **err_str) pcap_t *pch; int deflt; char errbuf[PCAP_ERRBUF_SIZE]; -#ifdef HAVE_PCAP_SET_DATALINK +#ifdef HAVE_PCAP_LIST_DATALINKS int *linktypes; int i, nlt; #endif -- cgit v1.2.1