From 43da3c088c00a1113643abb0c70379140de39dd8 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 27 Jul 2009 16:12:55 +0200 Subject: [PATCH] O_LARGEFILE is already set in qemu-common.h Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 3c5fb6ecc74..be00e28d5bb 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 -- 2.39.5