提交 a34e193f 编写于 作者: J Jim Fehlig

Fix compilation of statstest.c during make check

上级 94538e14
...@@ -17,7 +17,7 @@ static void testQuietError(void *userData ATTRIBUTE_UNUSED, ...@@ -17,7 +17,7 @@ static void testQuietError(void *userData ATTRIBUTE_UNUSED,
static int testDevice(const char *path, int expect) static int testDevice(const char *path, int expect)
{ {
int actual = xenLinuxDomainDeviceID(NULL, 1, path); int actual = xenLinuxDomainDeviceID(1, path);
if (actual == expect) { if (actual == expect) {
return 0; return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册