uint*t -> u_int*t changes

This commit is contained in:
Alan Hourihane
2004-12-14 09:11:52 +00:00
parent 9fb024ba97
commit 38b317d508
57 changed files with 264 additions and 264 deletions

View File

@@ -27,13 +27,16 @@
#ifdef GLX_DIRECT_RENDERING
#include <inttypes.h>
#include <assert.h>
#include <stdarg.h>
#include <unistd.h>
#include <sys/mman.h>
#include <stdio.h>
#ifndef MAP_FAILED
#define MAP_FAILED ((void *)-1)
#endif
#ifndef DRI_NEW_INTERFACE_ONLY
# include <X11/Xlibint.h>
# include <Xext.h>