qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] fccae3: bsd-user: Remove reference to CONFIG_


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] fccae3: bsd-user: Remove reference to CONFIG_UNAME_RELEASE
Date: Tue, 13 May 2014 05:30:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: fccae3226da3238eb857dfdf8f997434b168372c
      
https://github.com/qemu/qemu/commit/fccae3226da3238eb857dfdf8f997434b168372c
  Author: Peter Maydell <address@hidden>
  Date:   2014-05-13 (Tue, 13 May 2014)

  Changed paths:
    M bsd-user/main.c

  Log Message:
  -----------
  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 <address@hidden>
Message-id: address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]