From 19ee64add26773f4436440f8fa405a1011eea4c4 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 5 Nov 2003 02:42:56 +0000 Subject: Use int64_t instead of s64 -- fixes FreeBSD compile, works on linux. --- shared/radeon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared') 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 { \ -- cgit v1.2.3