summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-08-29 23:09:34 +0000
committerjkim <jkim@FreeBSD.org>2013-08-29 23:09:34 +0000
commit76248c6467c383919f68dde031fabc532f64d2f0 (patch)
tree38331d544380ce0faf7b42a8c3beb178ca9a4b33
parent8fcf363f032b0b2595dd377d8363ee2a9300571c (diff)
downloadFreeBSD-src-76248c6467c383919f68dde031fabc532f64d2f0.zip
FreeBSD-src-76248c6467c383919f68dde031fabc532f64d2f0.tar.gz
'u_long' is consistently spelled 'unsigned long' in this file. Fix it.
-rw-r--r--sys/dev/drm2/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm2/drmP.h b/sys/dev/drm2/drmP.h
index 624a316..25765c4 100644
--- a/sys/dev/drm2/drmP.h
+++ b/sys/dev/drm2/drmP.h
@@ -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;
OpenPOWER on IntegriCloud