summaryrefslogtreecommitdiffstats
path: root/debian/patches/162843.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/162843.patch')
-rw-r--r--debian/patches/162843.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/patches/162843.patch b/debian/patches/162843.patch
deleted file mode 100644
index 6652320d..00000000
--- a/debian/patches/162843.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Index: /branches/VBox-7.0/src/VBox/Devices/Network/SrvIntNetR0.cpp
-===================================================================
---- a/src/VBox/Devices/Network/SrvIntNetR0.cpp (revision 162842)
-+++ b/src/VBox/Devices/Network/SrvIntNetR0.cpp (revision 162843)
-@@ -2936,5 +2936,5 @@
- union
- {
-- uint8_t abBuf[sizeof(INTNETSG) + sizeof(INTNETSEG)];
-+ uint8_t abBuf[sizeof(INTNETSG) + 2 * sizeof(INTNETSEG)];
- INTNETSG SG;
- } u;