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
This commit is contained in:
parent
2ba1eeb62c
commit
ff99363847
@ -28,7 +28,6 @@
|
|||||||
#include "net.h"
|
#include "net.h"
|
||||||
|
|
||||||
#define __iomem
|
#define __iomem
|
||||||
typedef int boolean_t;
|
|
||||||
#include "e1000_hw.h"
|
#include "e1000_hw.h"
|
||||||
|
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
|
2
vl.c
2
vl.c
@ -4928,7 +4928,7 @@ static int drive_init(struct drive_opt *arg, int snapshot,
|
|||||||
"cache", NULL };
|
"cache", NULL };
|
||||||
|
|
||||||
if (check_params(buf, sizeof(buf), params, str) < 0) {
|
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);
|
buf, str);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user