summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2017-10-02 17:25:47 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2017-10-16 21:01:37 +0300
commit429cc0d31f5a5063caedc4567b97999c7191374e (patch)
tree7a2ac018c1ce61bc9d3ef8ba4672a2702459c8c5
parentd6d6d6fe17fa75fb83025ddb02b2c724ba0c1403 (diff)
downloadfocaccia-qemu-429cc0d31f5a5063caedc4567b97999c7191374e.tar.gz
focaccia-qemu-429cc0d31f5a5063caedc4567b97999c7191374e.zip
os-posix: Drop misleading comment
Comments explaining why we include a header tend to go bad.  This
one's almost comical: not only doesn't qemu-options.hx use
MAP_POPULATE anymore (since commit ef36fa1, v2.0.0, 2013), even the
include it applies to got moved away in commit 02d0e09 (v2.7.0).

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--os-posix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os-posix.c b/os-posix.c
index 92e9d85215..b9c2343b1e 100644
--- a/os-posix.c
+++ b/os-posix.c
@@ -25,7 +25,6 @@
 
 #include "qemu/osdep.h"
 #include <sys/wait.h>
-/*needed for MAP_POPULATE before including qemu-options.h */
 #include <pwd.h>
 #include <grp.h>
 #include <libgen.h>