aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-14 00:10:15 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-14 00:10:15 +0000
commit7fb7072b4ace616587d3d6ad01b9e44428980628 (patch)
tree7ac93a4feb6000a35fc68e8d12e738c6a69bdb5c /capture-pcap-util.c
parentcb338d04bce8a781c87bb815e2125c5ddcca2728 (diff)
See whether the Leopard x86 buildbot is upset because of the name
if_capabilities_t - it doesn't fail on Snow Leopard, even if I undefine HAVE_PCAP_CREATE, and doesn't fail on the Leopard PPC buildbot, either. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32799 f5534014-38df-0310-8fa8-9805f1628bb7
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 1850b10acd..55378d7b83 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_capabilities_t *caps)
+free_if_capabilities(if_caps_t *caps)
{
g_list_foreach(caps->data_link_types, free_linktype_cb, NULL);
g_list_free(caps->data_link_types);