mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
'u_long' is consistently spelled 'unsigned long' in this file. Fix it.
This commit is contained in:
parent
346c9ecee8
commit
7311dad7ee
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255045
@ -961,7 +961,7 @@ struct drm_device {
|
||||
|
||||
drm_agp_head_t *agp;
|
||||
drm_sg_mem_t *sg; /* Scatter gather memory */
|
||||
u_long *ctx_bitmap;
|
||||
unsigned long *ctx_bitmap;
|
||||
void *dev_private;
|
||||
unsigned int agp_buffer_token;
|
||||
drm_local_map_t *agp_buffer_map;
|
||||
|
Loading…
Reference in New Issue
Block a user