- Timestamp:
- Aug 25, 2009 2:34:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r22387 r22438 47 47 #include <sys/file.h> 48 48 #include <sys/priv_names.h> 49 #include <sys/spl.h>50 49 #undef u /* /usr/include/sys/user.h:249:1 is where this is defined to (curproc->p_user). very cool. */ 51 50 … … 678 677 || Cmd == SUP_IOCTL_FAST_DO_NOP) 679 678 { 680 int SavePil = splr(ipltospl(DISP_LEVEL));681 679 *pVal = supdrvIOCtlFast(Cmd, pArgs, &g_DevExt, pSession); 682 splx(SavePil);683 680 return 0; 684 681 } … … 711 708 int rc; 712 709 uint32_t cbBuf = 0; 713 union 710 union 714 711 { 715 712 SUPREQHDR Hdr; … … 774 771 */ 775 772 rc = supdrvIOCtl(iCmd, &g_DevExt, pSession, pHdr); 776 773 777 774 /* 778 775 * Copy ioctl data and output buffer back to user space.
Note:
See TracChangeset
for help on using the changeset viewer.