commit | 19420f02d4540654731840e345bdcd367389ed40 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Tue Sep 01 12:31:24 2009 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Thu Sep 03 11:22:47 2009 -0700 |
tree | e92cc03b2986a6ee628f8e69c06f4ed0625a8859 | |
parent | afd6141934a0fb52fc1739a2a9992db3ac34682b [diff] |
s3v: Fix driver build for ARB_sync. This driver was including Xlibint.h to get the CARD32 typedef to use for 32-bit unsigned integers, which #defined Status to something. CARD32 isn't actually a 32-bit unsigned integer, so replacing with uint32_t usage should fix bugs on 64-bit along with the build.