提交 ca75c443 编写于 作者: G Guido Günther

virInitctlRequest: unbreak make syntax check

introduced by dcf97846

To trigger this cppi needs to be installed.
上级 a1365d73
......@@ -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.
先完成此消息的编辑!
想要评论请 注册