Fix unichrome solo build to not need X11 headers. Minor change to
authorJon Smirl <jonsmirl@gmail.com>
Sat, 10 Jul 2004 17:09:57 +0000 (17:09 +0000)
committerJon Smirl <jonsmirl@gmail.com>
Sat, 10 Jul 2004 17:09:57 +0000 (17:09 +0000)
use mesa_alloc/free.

src/mesa/drivers/dri/unichrome/xf86drmVIA.c

index 8954d8e208c9a2d1ae96b6a802d635361eb6b5b9..50fc6b9cbe448cb34a913463ad5b4e704f36c5c6 100644 (file)
 # include <sys/ioctl.h>
 # include <sys/mman.h>
 # include <sys/time.h>
-# ifdef DRM_USE_MALLOC
-#  define _DRM_MALLOC malloc
-#  define _DRM_FREE   free
-extern int xf86InstallSIGIOHandler(int fd, void (*f)(int, void *), void *);
-extern int xf86RemoveSIGIOHandler(int fd);
-# else
-#  include <X11/Xlibint.h>
-#  define _DRM_MALLOC Xmalloc
-#  define _DRM_FREE   Xfree
-# endif
+#include "imports.h"
+#define _DRM_MALLOC MALLOC
+#define _DRM_FREE   FREE
 #endif
 
 /* Not all systems have MAP_FAILED defined */