Commit 43da3c088c00a1113643abb0c70379140de39dd8

Authored by Juan Quintela
Committed by Anthony Liguori
1 parent cfde872b

O_LARGEFILE is already set in qemu-common.h

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 0 additions and 1 deletions
configure
@@ -1746,7 +1746,6 @@ fi @@ -1746,7 +1746,6 @@ fi
1746 1746
1747 # XXX: suppress that 1747 # XXX: suppress that
1748 if [ "$bsd" = "yes" ] ; then 1748 if [ "$bsd" = "yes" ] ; then
1749 - echo "#define O_LARGEFILE 0" >> $config_host_h  
1750 echo "#define MAP_ANONYMOUS MAP_ANON" >> $config_host_h 1749 echo "#define MAP_ANONYMOUS MAP_ANON" >> $config_host_h
1751 echo "#define HOST_BSD 1" >> $config_host_h 1750 echo "#define HOST_BSD 1" >> $config_host_h
1752 fi 1751 fi