Commit ff993638477da242ac94a47c03999d02cf261c25

Authored by balrog
1 parent 2ba1eeb6

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
Showing 2 changed files with 1 additions and 2 deletions
hw/e1000.c
... ... @@ -28,7 +28,6 @@
28 28 #include "net.h"
29 29  
30 30 #define __iomem
31   -typedef int boolean_t;
32 31 #include "e1000_hw.h"
33 32  
34 33 #define DEBUG
... ...
... ... @@ -4928,7 +4928,7 @@ static int drive_init(struct drive_opt *arg, int snapshot,
4928 4928 "cache", NULL };
4929 4929  
4930 4930 if (check_params(buf, sizeof(buf), params, str) < 0) {
4931   - fprintf(stderr, "qemu: unknowm parameter '%s' in '%s'\n",
  4931 + fprintf(stderr, "qemu: unknown parameter '%s' in '%s'\n",
4932 4932 buf, str);
4933 4933 return -1;
4934 4934 }
... ...