From: Sooyoung Ha Date: Mon, 29 Jun 2015 05:49:13 +0000 (+0900) Subject: virtfs: modify the AT_REMOVEDIR preprocessor macro X-Git-Tag: Tizen_Studio_1.3_Release_p2.3~12^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26eb80829d88303f2827a6e0bddbe211b9dea4d6;p=sdk%2Femulator%2Fqemu.git virtfs: modify the AT_REMOVEDIR preprocessor macro The latest macos has this macro. So I fix this preprocessor macro for prevent the build failure. Change-Id: I9f3c84c12dc667c856f55c8d7993ac7c1e829548 Signed-off-by: Sooyoung Ha --- diff --git a/hw/9pfs/virtio-9p-local-maru.c b/hw/9pfs/virtio-9p-local-maru.c index 21406a0990..3ca1b2d562 100644 --- a/hw/9pfs/virtio-9p-local-maru.c +++ b/hw/9pfs/virtio-9p-local-maru.c @@ -78,7 +78,7 @@ uint64_t hostBytesPerSector = -1; #define VIRTFS_META_DIR ".virtfs_metadata" -#ifndef CONFIG_LINUX +#ifndef AT_REMOVEDIR #define AT_REMOVEDIR 0x200 #endif