diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2013-12-13 11:17:19 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2013-12-13 11:17:19 +0000 |
commit | a60eaff53fd7ab4174e758d36a6af42dd4300f9c (patch) | |
tree | 0ce1cf3abd9d6f7f619c3cda4ecadd684b6c900a /emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-scr-server-freebsd-PerformanceFreeBSD.cpp | |
parent | Convert LIB_DEPENDS (diff) |
- Update to virtualbox-ose 4.2.20_1
- This update pulls in many changes from the port and brings better support
for FreeBSD 10 and GCC from ports. I am doing that in preparation of the
upcoming VirtualBox 4.3 update that should land soon.
Notes
Notes:
svn path=/head/; revision=336332
Diffstat (limited to 'emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-scr-server-freebsd-PerformanceFreeBSD.cpp')
-rw-r--r-- | emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-scr-server-freebsd-PerformanceFreeBSD.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-scr-server-freebsd-PerformanceFreeBSD.cpp b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-scr-server-freebsd-PerformanceFreeBSD.cpp new file mode 100644 index 000000000000..9ef5b64d7175 --- /dev/null +++ b/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Main-scr-server-freebsd-PerformanceFreeBSD.cpp @@ -0,0 +1,13 @@ +--- src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp.orig 2012-10-19 19:51:26.256773940 +0400 ++++ src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp 2012-10-19 19:51:49.835771918 +0400 +@@ -109,5 +109,10 @@ + return E_NOTIMPL; + } + ++int getDiskListByFs(const char *name, DiskList& list) ++{ ++ return VERR_NOT_IMPLEMENTED; ++} ++ + } /* namespace pm */ + |