Changeset 27248 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Mar 10, 2010 12:59:29 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58633
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vboxvideo_drm.c
r25591 r27248 88 88 .open = drm_open, 89 89 .release = drm_release, 90 /* This was changed with Linux 2.6.33 but Fedora backported this 91 * change to their 2.6.32 kernel. */ 92 #if defined(DRM_UNLOCKED) || LINUX_VERSION_CODE >= KERNEL_VERSION (2, 6, 33) 93 .unlocked_ioctl = drm_ioctl, 94 #else 90 95 .ioctl = drm_ioctl, 96 #endif 91 97 .mmap = drm_mmap, 92 98 .poll = drm_poll,
Note:
See TracChangeset
for help on using the changeset viewer.