VirtualBox

Ignore:
Timestamp:
Aug 28, 2008 3:34:27 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35546
Message:

vbi thread fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/os/vbi.c

    r11029 r11768  
    2323 * Use is subject to license terms.
    2424 */
    25 
    26 #pragma ident   "%Z%%M% %I%     %E% SMI"
    2725
    2826/*
     
    8179
    8280static struct modlmisc vbi_modlmisc = {
    83         &mod_miscops, "Vbox Interfaces Ver 1"
     81        &mod_miscops, "Vbox Interfaces Ver 2"
    8482};
    8583
     
    350348
    351349        t = thread_create(NULL, NULL, (void (*)())func, arg, len,
    352             curproc, LMS_USER, priority);
     350            curproc, TS_RUN, priority);
    353351        return (t);
    354352}
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