From: Juan Quintela Date: Mon, 27 Jul 2009 14:12:55 +0000 (+0200) Subject: O_LARGEFILE is already set in qemu-common.h X-Git-Tag: v0.12.0-rc0~1802 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=43da3c088c00a1113643abb0c70379140de39dd8;p=users%2Fdwmw2%2Fqemu.git O_LARGEFILE is already set in qemu-common.h Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/configure b/configure index 3c5fb6ecc7..be00e28d5b 100755 --- a/configure +++ b/configure @@ -1746,7 +1746,6 @@ fi # XXX: suppress that if [ "$bsd" = "yes" ] ; then - echo "#define O_LARGEFILE 0" >> $config_host_h echo "#define MAP_ANONYMOUS MAP_ANON" >> $config_host_h echo "#define HOST_BSD 1" >> $config_host_h fi