提交 ff993638 编写于 作者: B balrog

Remove unused boolean_t, should fix building for Solaris.

Fix a typo (Stuart Brady).


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3969 c046a42c-6fe2-441c-8c8c-71466251a162
上级 2ba1eeb6
......@@ -28,7 +28,6 @@
#include "net.h"
#define __iomem
typedef int boolean_t;
#include "e1000_hw.h"
#define DEBUG
......
......@@ -4928,7 +4928,7 @@ static int drive_init(struct drive_opt *arg, int snapshot,
"cache", NULL };
if (check_params(buf, sizeof(buf), params, str) < 0) {
fprintf(stderr, "qemu: unknowm parameter '%s' in '%s'\n",
fprintf(stderr, "qemu: unknown parameter '%s' in '%s'\n",
buf, str);
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册