summaryrefslogtreecommitdiff
path: root/bsd/drm_ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd/drm_ioctl.h')
-rw-r--r--bsd/drm_ioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd/drm_ioctl.h b/bsd/drm_ioctl.h
index 63562fef..b4770385 100644
--- a/bsd/drm_ioctl.h
+++ b/bsd/drm_ioctl.h
@@ -136,7 +136,7 @@ int DRM(getmap)( DRM_IOCTL_ARGS )
{
DRM_DEVICE;
drm_map_t map;
- drm_map_t *mapinlist;
+ drm_local_map_t *mapinlist;
drm_map_list_entry_t *list;
int idx;
int i = 0;