Index: src/storage/storage_util.c
--- src/storage/storage_util.c.orig
+++ src/storage/storage_util.c
@@ -1898,7 +1898,7 @@ virStorageBackendUpdateVolTargetInfoFD(virStorageSourc
 
 #ifdef __APPLE__
     target->timestamps->atime = sb->st_atimespec;
-    target->timestamps->btime = sb->st_birthtimespec;
+    target->timestamps->btime = sb->__st_birthtimespec;
     target->timestamps->ctime = sb->st_ctimespec;
     target->timestamps->mtime = sb->st_mtimespec;
 #else /* ! __APPLE__ */
@@ -1906,7 +1906,7 @@ virStorageBackendUpdateVolTargetInfoFD(virStorageSourc
 # ifdef __linux__
     target->timestamps->btime = (struct timespec){0, 0};
 # else /* ! __linux__ */
-    target->timestamps->btime = sb->st_birthtim;
+    target->timestamps->btime = sb->__st_birthtim;
 # endif /* ! __linux__ */
     target->timestamps->ctime = sb->st_ctim;
     target->timestamps->mtime = sb->st_mtim;
