Changeset 11768 in vbox for trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc
- Timestamp:
- Aug 28, 2008 3:34:27 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35546
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/os/vbi.c
r11029 r11768 23 23 * Use is subject to license terms. 24 24 */ 25 26 #pragma ident "%Z%%M% %I% %E% SMI"27 25 28 26 /* … … 81 79 82 80 static struct modlmisc vbi_modlmisc = { 83 &mod_miscops, "Vbox Interfaces Ver 1"81 &mod_miscops, "Vbox Interfaces Ver 2" 84 82 }; 85 83 … … 350 348 351 349 t = thread_create(NULL, NULL, (void (*)())func, arg, len, 352 curproc, LMS_USER, priority);350 curproc, TS_RUN, priority); 353 351 return (t); 354 352 }
Note:
See TracChangeset
for help on using the changeset viewer.