mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
'u_long' is consistently spelled 'unsigned long' in this file. Fix it.
This commit is contained in:
parent
346c9ecee8
commit
7311dad7ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue