summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-03-03 08:24:31 +0000
committerobrien <obrien@FreeBSD.org>2004-03-03 08:24:31 +0000
commitf213ad58968db6b210379e199ee46dba772b53f9 (patch)
tree53f6fd066b92dc2f9b5bc6960c59a49c1d1face1
parentbe64b495ab341d013851c8018bc1797a3431a71f (diff)
downloadFreeBSD-src-f213ad58968db6b210379e199ee46dba772b53f9.zip
FreeBSD-src-f213ad58968db6b210379e199ee46dba772b53f9.tar.gz
Use a long as the opaque type so that it matches the size of a pointer
on both 32-bit and 64-bit platforms.
-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 c57e132..d5cdbc2 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;
OpenPOWER on IntegriCloud