提交 a9a95cb1 编写于 作者: D Daniel Veillard

Fix a make check error

Apparently introdunced in commit 376e1d94
the generator produces u_int flags not unsigned int flags.

* src/remote_protocol-structs: fix to the actual expected type and
  alignment
上级 4996c314
......@@ -804,13 +804,13 @@ struct remote_interface_destroy_args {
u_int flags;
};
struct remote_interface_change_begin_args {
unsigned int flags;
u_int flags;
};
struct remote_interface_change_commit_args {
unsigned int flags;
u_int flags;
};
struct remote_interface_change_rollback_args {
unsigned int flags;
u_int flags;
};
struct remote_auth_list_ret {
struct {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册