mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6775 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d5575a38b6
commit
179a2c1971
11 changed files with 22 additions and 21 deletions
4
savevm.c
4
savevm.c
|
@ -29,7 +29,7 @@
|
|||
#include <sys/time.h>
|
||||
#include <zlib.h>
|
||||
|
||||
/* Needed early for _BSD etc. */
|
||||
/* Needed early for HOST_BSD etc. */
|
||||
#include "config-host.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
|
@ -52,7 +52,7 @@
|
|||
#include <dirent.h>
|
||||
#include <netdb.h>
|
||||
#include <sys/select.h>
|
||||
#ifdef _BSD
|
||||
#ifdef HOST_BSD
|
||||
#include <sys/stat.h>
|
||||
#if defined(__FreeBSD__) || defined(__DragonFly__)
|
||||
#include <libutil.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue