Remove test for defined(DRM_USE_MALLOC) around definition of
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 22 Mar 2005 13:34:27 +0000 (13:34 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Tue, 22 Mar 2005 13:34:27 +0000 (13:34 +0000)
drmSIGIOHandler().

src/mesa/drivers/dri/dri_client/xf86drm.c

index 2b0b1b9..dba0f98 100644 (file)
@@ -62,8 +62,6 @@
 # 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
@@ -2268,7 +2266,7 @@ int drmCommandWriteRead(int fd, unsigned long drmCommandIndex,
     return 0;
 }
 
-#if defined(XFree86Server) || defined(DRM_USE_MALLOC)
+#if defined(XFree86Server)
 static void drmSIGIOHandler(int interrupt, void *closure)
 {
     unsigned long key;