Changeset 88189 in vbox for trunk/src/VBox/Additions/solaris
- Timestamp:
- Mar 18, 2021 11:07:36 AM (4 years ago)
- Location:
- trunk/src/VBox/Additions/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/solaris/DRM/vboxvideo_drm.c
r82968 r88189 127 127 * Global Variables * 128 128 *********************************************************************************************************************************/ 129 /** Device handle (we support only one instance). */130 static dev_info_t *g_pDip;131 132 129 /** Soft state. */ 133 130 static void *g_pVBoxVideoSolarisState; -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.c
r82968 r88189 241 241 } 242 242 243 #ifdef DEBUG_ramshankar 243 244 static void 244 245 sffs_print(sffs_data_t *sffs) … … 257 258 cmn_err(CE_NOTE, " sfp_mount_t *sf_handle = 0x%p\n", sffs->sf_handle); 258 259 } 260 #endif 259 261 260 262 static int
Note:
See TracChangeset
for help on using the changeset viewer.