commit | 27e18b8952f8b7a1e26350846f8a0d5a9b33bfb8 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Aug 22 12:38:20 2018 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 02 19:09:12 2018 +0200 |
tree | 21357650407ceccaae8a274dd2b32d58dfc060c9 | |
parent | 5b9d17bb7605da6abe92f4f1c5e40efc0c081eb4 [diff] |
char-pty: remove unnecessary #ifdef For some reason __APPLE__ was not checked in pty code. However, the #ifdef is redundant: this file is already compiled only if CONFIG_POSIX, same as util/qemu-openpty.c which it uses. Reported-by: Roman Bolshakov <r.bolshakov@yadro.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>