aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm/sis_ds.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-03-03 08:24:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-03-03 08:24:31 +0000
commitdd921920ee739114d7e3a4dfa54b92a0bd385d04 (patch)
tree53f6fd066b92dc2f9b5bc6960c59a49c1d1face1 /sys/dev/drm/sis_ds.h
parentc80a90c51fc1f8c0760c869fe1eb06c0f35aa69b (diff)
downloadsrc-dd921920ee739114d7e3a4dfa54b92a0bd385d04.tar.gz
src-dd921920ee739114d7e3a4dfa54b92a0bd385d04.zip
Use a long as the opaque type so that it matches the size of a pointer
on both 32-bit and 64-bit platforms.
Notes
Notes: svn path=/head/; revision=126533
Diffstat (limited to 'sys/dev/drm/sis_ds.h')
-rw-r--r--sys/dev/drm/sis_ds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/sis_ds.h b/sys/dev/drm/sis_ds.h
index c57e132d46ab..d5cdbc27800a 100644
--- a/sys/dev/drm/sis_ds.h
+++ b/sys/dev/drm/sis_ds.h
@@ -36,7 +36,7 @@
#define SET_SIZE 5000
-typedef unsigned int ITEM_TYPE;
+typedef unsigned long ITEM_TYPE;
typedef struct {
ITEM_TYPE val;