diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:47:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:47:11 +0000 |
commit | d85984f5715bc9fd375cfdc3cd561f4bfb9d87e2 (patch) | |
tree | 7e816c898df285cd292716baeba90831dba0a4a9 /debian/patches/162843.patch | |
parent | Merging upstream version 7.0.18-dfsg. (diff) | |
download | virtualbox-d85984f5715bc9fd375cfdc3cd561f4bfb9d87e2.tar.xz virtualbox-d85984f5715bc9fd375cfdc3cd561f4bfb9d87e2.zip |
Adding debian version 7.0.18-dfsg-1.debian/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.patch | 11 |
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; |