提交 2b9bf71b 编写于 作者: G Guido Günther 提交者: Laine Stump

virInitctlRequest: unbreak make syntax check

introduced by dcf97846

To trigger this cppi needs to be installed.
(cherry picked from commit ca75c443)
上级 c2de882f
......@@ -104,10 +104,10 @@ struct virInitctlRequest {
};
# ifdef MAXHOSTNAMELEN
verify(sizeof(struct virInitctlRequest) == 320 + MAXHOSTNAMELEN);
verify(sizeof(struct virInitctlRequest) == 320 + MAXHOSTNAMELEN);
# else
verify(sizeof(struct virInitctlRequest) == 384);
#endif
verify(sizeof(struct virInitctlRequest) == 384);
# endif
/*
* Send a message to init to change the runlevel
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册