]> git.proxmox.com Git - mirror_qemu.git/commitdiff
O_LARGEFILE is already set in qemu-common.h
authorJuan Quintela <quintela@redhat.com>
Mon, 27 Jul 2009 14:12:55 +0000 (16:12 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 27 Jul 2009 19:09:20 +0000 (14:09 -0500)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure

index 3c5fb6ecc749940509305d1e18b3d12bf9664509..be00e28d5bbc75ba2ff5d663bd92eda3488f2b1e 100755 (executable)
--- 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