diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-11-05 02:42:56 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-11-05 02:42:56 +0000 |
commit | 19ee64add26773f4436440f8fa405a1011eea4c4 (patch) | |
tree | f7ca1a89cf341639f9b5485f74c35b2becfd3242 /shared/radeon.h | |
parent | 8feb046d8c3c9d531e25c3f854b94593f0a1964b (diff) |
Use int64_t instead of s64 -- fixes FreeBSD compile, works on linux.
Diffstat (limited to 'shared/radeon.h')
-rw-r--r-- | shared/radeon.h | 2 |
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 { \ |