mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
rename HOST_BSD to CONFIG_BSD
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
43da3c088c
commit
71e72a19ba
12 changed files with 22 additions and 22 deletions
|
@ -779,7 +779,7 @@ static int64_t raw_getlength(BlockDriverState *bs)
|
|||
BDRVRawState *s = bs->opaque;
|
||||
int fd = s->fd;
|
||||
int64_t size;
|
||||
#ifdef HOST_BSD
|
||||
#ifdef CONFIG_BSD
|
||||
struct stat sb;
|
||||
#ifdef __FreeBSD__
|
||||
int reopened = 0;
|
||||
|
@ -795,7 +795,7 @@ static int64_t raw_getlength(BlockDriverState *bs)
|
|||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
#ifdef HOST_BSD
|
||||
#ifdef CONFIG_BSD
|
||||
#ifdef __FreeBSD__
|
||||
again:
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue