Changeset 22387 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Aug 21, 2009 1:27:13 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51334
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r21605 r22387 47 47 #include <sys/file.h> 48 48 #include <sys/priv_names.h> 49 #include <sys/spl.h> 49 50 #undef u /* /usr/include/sys/user.h:249:1 is where this is defined to (curproc->p_user). very cool. */ 50 51 … … 677 678 || Cmd == SUP_IOCTL_FAST_DO_NOP) 678 679 { 680 int SavePil = splr(ipltospl(DISP_LEVEL)); 679 681 *pVal = supdrvIOCtlFast(Cmd, pArgs, &g_DevExt, pSession); 682 splx(SavePil); 680 683 return 0; 681 684 }
Note:
See TracChangeset
for help on using the changeset viewer.