qemu/bsd-user
Peter Maydell fccae3226d 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
2014-05-13 12:48:52 +01:00
..
freebsd
i386
netbsd
openbsd
sparc
sparc64
x86_64
bsd-mman.h
bsdload.c
elfload.c bsd-user: Change thread_env to CPUState 2013-07-09 21:33:01 +02:00
errno_defs.h
main.c bsd-user: Remove reference to CONFIG_UNAME_RELEASE 2014-05-13 12:48:52 +01:00
Makefile.objs
mmap.c bsd-user: avoid conflict with qemu_vmalloc 2013-01-26 13:18:27 +00:00
qemu.h *-user: Improve documentation for lock_user function 2013-09-20 20:09:24 +04:00
signal.c
strace.c
syscall.c bsd-user: OS-agnostic 64-bit SYSCTL types 2013-05-12 13:25:55 +04:00
syscall_defs.h
uaccess.c