mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
563f1f874e
PR: 244675 Submitted by: fluffy, Willem Jan Withagen (based on) Approved by: Willem Jan Withagen (maintainer) Relnotes: https://ceph.io/releases/v14-2-8-nautilus-released/
16 lines
305 B
C++
16 lines
305 B
C++
--- src/test/libcephfs/lazyio.cc.orig 2020-03-02 17:49:20 UTC
|
|
+++ src/test/libcephfs/lazyio.cc
|
|
@@ -21,7 +21,12 @@
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <dirent.h>
|
|
+#ifdef __linux__
|
|
#include <sys/xattr.h>
|
|
+#endif
|
|
+#ifdef __FreeBSD__
|
|
+#include <sys/wait.h>
|
|
+#endif
|
|
|
|
rados_t cluster;
|
|
|