Applying this change to 4.2.2 allows me to build on FreeBSD.
--- src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp.orig
+++ src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp
@@ -109,5 +109,10 @@ int CollectorFreeBSD::getProcessMemoryUs
return E_NOTIMPL;
}
+int getDiskListByFs(const char *name, DiskList& list)
+{
+ return VERR_NOT_IMPLEMENTED;
+}
+
} /* namespace pm */
_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev