Changeset 11768
- Timestamp:
- 08/28/08 17:34:27 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 }

