VirtualBox

Ignore:
Timestamp:
Oct 17, 2011 2:31:31 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74408
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c

    r39004 r39005  
    6666{
    6767#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 41)
     68# if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 20)
    6869    INIT_WORK(pWork, pfnWorker);
     70# else
     71    INIT_WORK(pWork, pfnWorker, pWork);
     72# endif
    6973    queue_work(g_prtR0LnxWorkQueue, pWork);
    7074#else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette