From: Osier Yang Date: Tue, 11 Sep 2012 12:11:48 +0000 (+0800) Subject: Build: Fix typos which cause build failure X-Git-Tag: CVE-2012-4423~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=819ea2084f25e6a681c03939af7f45e2b8b35ea8;p=thirdparty%2Flibvirt.git Build: Fix typos which cause build failure Pushed under trivial rule. --- diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs index 3ce06c435b..5b53d0f285 100644 --- a/src/remote_protocol-structs +++ b/src/remote_protocol-structs @@ -2034,11 +2034,11 @@ struct remote_storage_pool_list_all_volumes_ret { } vols; u_int ret; }; -struct remote_list_all_networks_args { +struct remote_connect_list_all_networks_args { int need_results; u_int flags; }; -struct remote_list_all_networks_ret { +struct remote_connect_list_all_networks_ret { struct { u_int nets_len; remote_nonnull_network * nets_val;