[vbox-dev] [PATCH] Add FreeBSD stub missing from SVN r43629

Ed Maste emaste at freebsd.org
Fri Oct 19 21:04:00 GMT 2012


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 */





More information about the vbox-dev mailing list