1
0
forked from pool/virtualbox

- In kernel 4.13, wait_queue_t => wait_queue_entry_t. File "vbox_fix_for_kernel_4.13.patch" patches the source to account for this change.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=350
This commit is contained in:
Larry Finger
2017-07-18 14:23:30 +00:00
committed by Git OBS Bridge
parent 6deff5bcfe
commit cd06ddeb54
3 changed files with 22 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 18 14:19:44 UTC 2017 - Larry.Finger@lwfinger.net
- In kernel 4.13, wait_queue_t => wait_queue_entry_t. File "vbox_fix_for_kernel_4.13.patch" patches the source to account for this change.
-------------------------------------------------------------------
Mon Jul 10 18:22:25 UTC 2017 - Larry.Finger@lwfinger.net