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:
balrog 2008-02-10 13:21:25 +00:00
parent 2ba1eeb62c
commit ff99363847
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@
#include "net.h"
#define __iomem
typedef int boolean_t;
#include "e1000_hw.h"
#define DEBUG

2
vl.c
View File

@ -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;
}