aboutsummaryrefslogtreecommitdiffstats
path: root/capture_opts.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_opts.c
parent68ee036bd2197011eeea8c1e516891f273966dc8 (diff)
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_opts.c')
-rw-r--r--capture_opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_opts.c b/capture_opts.c
index e42ebf842d..23297b60eb 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -547,7 +547,7 @@ capture_opts_add_opt(capture_options *capture_opts, int opt, const char *optarg_
}
void
-capture_opts_print_if_capabilities(if_caps_t *caps,
+capture_opts_print_if_capabilities(if_capabilities_t *caps,
gboolean monitor_mode)
{
GList *lt_entry;