* src/remote_protocol-structs: Tweak to match intentional type
change (with no ABI change) in remote protocol.
---
Sorry for not noticing sooner, but this breaks 'make check'
if you have dwarves installed:
I'll be checking the trivial fix under the obvious rule.
src/remote_protocol-structs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs
index 43af89e..a5fc6aa 100644
--- a/src/remote_protocol-structs
+++ b/src/remote_protocol-structs
@@ -1308,7 +1308,7 @@ struct remote_domain_snapshot_delete_args {
struct remote_message_header {
u_int prog;
u_int vers;
- remote_procedure proc;
+ int proc;
remote_message_type type;
u_int serial;
remote_message_status status;
--
1.7.1.1