summaryrefslogtreecommitdiffstats
path: root/debian/patches/162843.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:47:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:47:11 +0000
commit063512a3792814ea25c65ae7e85c87e76d0aba21 (patch)
treeff90c086a35f35109e4180e5970281ecb8060f55 /debian/patches/162843.patch
parentMerging upstream version 7.0.18-dfsg. (diff)
downloadvirtualbox-063512a3792814ea25c65ae7e85c87e76d0aba21.tar.xz
virtualbox-063512a3792814ea25c65ae7e85c87e76d0aba21.zip
Merging debian version 7.0.18-dfsg-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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;