mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
bsd-user: Remove reference to CONFIG_UNAME_RELEASE
Commit e586822a5
broke the bsd-user build when it removed the
CONFIG_UNAME_RELEASE define but forgot to remove the use of it
in bsd-user. Fix this in the simplest possible way (bsd-user
doesn't make any use at all of the qemu_uname_release variable
except to allow it to be pointlessly set by the user, so this
is all we need to do.)
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1399648001-20980-1-git-send-email-peter.maydell@linaro.org
This commit is contained in:
parent
41a3f3c1bc
commit
fccae3226d
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ unsigned long reserved_va;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char *interp_prefix = CONFIG_QEMU_INTERP_PREFIX;
|
static const char *interp_prefix = CONFIG_QEMU_INTERP_PREFIX;
|
||||||
const char *qemu_uname_release = CONFIG_UNAME_RELEASE;
|
const char *qemu_uname_release;
|
||||||
extern char **environ;
|
extern char **environ;
|
||||||
enum BSDType bsd_type;
|
enum BSDType bsd_type;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue