summaryrefslogtreecommitdiff
path: root/capture-pcap-util.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-05-14 00:49:28 +0000
committerGuy Harris <guy@alum.mit.edu>2010-05-14 00:49:28 +0000
commit9307251bb8568c33b29a93b13fabcdaf8c7a1fe4 (patch)
tree35495254cbc613ccc58ffc8ace983f08b672d95d /capture-pcap-util.c
parent68ee036bd2197011eeea8c1e516891f273966dc8 (diff)
downloadwireshark-9307251bb8568c33b29a93b13fabcdaf8c7a1fe4.tar.gz
Um, no, the problem with the Leopard x86 build is that we first do a
build without libpcap, to make sure that works, and then do a build with libpcap, to put into a binary release. It's the former that's failing; I'll back out the previous change and then work on that. svn path=/trunk/; revision=32801
Diffstat (limited to 'capture-pcap-util.c')
-rw-r--r--capture-pcap-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture-pcap-util.c b/capture-pcap-util.c
index 55378d7b83..1850b10acd 100644
--- a/capture-pcap-util.c
+++ b/capture-pcap-util.c
@@ -448,7 +448,7 @@ free_linktype_cb(gpointer data, gpointer user_data _U_)
}
void
-free_if_capabilities(if_caps_t *caps)
+free_if_capabilities(if_capabilities_t *caps)
{
g_list_foreach(caps->data_link_types, free_linktype_cb, NULL);
g_list_free(caps->data_link_types);