diff options
Diffstat (limited to 'emulators/virtualbox-ose/files')
| -rw-r--r-- | emulators/virtualbox-ose/files/extrapatch-src-VBox-Devices-PC-vbox.dsl | 21 | ||||
| -rw-r--r-- | emulators/virtualbox-ose/files/extrapatch-src-VBox-Main-src-server-generic-NetIf-generic.cpp | 10 |
2 files changed, 0 insertions, 31 deletions
diff --git a/emulators/virtualbox-ose/files/extrapatch-src-VBox-Devices-PC-vbox.dsl b/emulators/virtualbox-ose/files/extrapatch-src-VBox-Devices-PC-vbox.dsl deleted file mode 100644 index 0de4a378a79a..000000000000 --- a/emulators/virtualbox-ose/files/extrapatch-src-VBox-Devices-PC-vbox.dsl +++ /dev/null @@ -1,21 +0,0 @@ -Workaround for an regression in acpica 20101015. - -Compile error: -kBuild: iasl DevicesR3 - src/VBox/Devices/PC/vbox.dsl - 736: Name (_CID, "smc-napa") -Error 4001 - String must be entirely alphanumeric ^ -(smc-napa) - -See: http://lists.freebsd.org/pipermail/freebsd-acpi/2010-October/006795.html - ---- src/VBox/Devices/PC/vbox.dsl.orig 2010-10-08 22:10:12.000000000 +0200 -+++ src/VBox/Devices/PC/vbox.dsl 2010-10-27 14:45:38.000000000 +0200 -@@ -733,7 +733,7 @@ - Device (SMC) - { - Name (_HID, EisaId ("APP0001")) -- Name (_CID, "smc-napa") -+ Name (_CID, "smcnapa") - - Method (_STA, 0, NotSerialized) - { diff --git a/emulators/virtualbox-ose/files/extrapatch-src-VBox-Main-src-server-generic-NetIf-generic.cpp b/emulators/virtualbox-ose/files/extrapatch-src-VBox-Main-src-server-generic-NetIf-generic.cpp deleted file mode 100644 index 18702f2fd30e..000000000000 --- a/emulators/virtualbox-ose/files/extrapatch-src-VBox-Main-src-server-generic-NetIf-generic.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/VBox/Main/src-server/generic/NetIf-generic.cpp.orig 2013-08-21 13:05:31.000000000 +0400 -+++ src/VBox/Main/src-server/generic/NetIf-generic.cpp 2013-08-27 18:17:51.598216723 +0400 -@@ -22,6 +22,7 @@ - #include <iprt/path.h> - #include <iprt/param.h> - #include <sys/ioctl.h> -+#include <sys/socket.h> - #include <netinet/in.h> - #include <net/if.h> - #include <errno.h> |
