summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2003-11-05 02:42:56 +0000
committerEric Anholt <anholt@freebsd.org>2003-11-05 02:42:56 +0000
commit19ee64add26773f4436440f8fa405a1011eea4c4 (patch)
treef7ca1a89cf341639f9b5485f74c35b2becfd3242
parent8feb046d8c3c9d531e25c3f854b94593f0a1964b (diff)
downloaddrm-19ee64add26773f4436440f8fa405a1011eea4c4.tar.gz
Use int64_t instead of s64 -- fixes FreeBSD compile, works on linux.
-rw-r--r--shared/radeon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/radeon.h b/shared/radeon.h
index af1f6ca4..f13f7653 100644
--- a/shared/radeon.h
+++ b/shared/radeon.h
@@ -152,7 +152,7 @@
{0, 0, 0, NULL}
#define DRIVER_FILE_FIELDS \
- s64 radeon_fb_delta; \
+ int64_t radeon_fb_delta; \
#define DRIVER_OPEN_HELPER( filp_priv, dev ) \
do { \