Add GLX_ALIAS_VOID for GLX_ALIAS of functions with return type void to fix

builds with non-gcc compilers that refuse to let you do return
    function_that_returns_void(...)
programs/Xserver/hw/xfree86/os-support/shared/sigiostubs.c Remove includes
    of xf86drm.h that break non-DRI builds
This commit is contained in:
Alan Coopersmith 2004-06-28 18:08:26 +00:00
parent 7ff67f2872
commit ea78d1c6fc

View File

@ -25,6 +25,7 @@
* the sale, use or other dealings in this Software without prior written * the sale, use or other dealings in this Software without prior written
* authorization from the copyright holder(s) and author(s). * authorization from the copyright holder(s) and author(s).
*/ */
/* $XdotOrg: $ */
#ifdef XFree86Server #ifdef XFree86Server
#ifdef __UNIXOS2__ #ifdef __UNIXOS2__
@ -32,10 +33,8 @@
#endif #endif
# include "X.h" # include "X.h"
# include "xf86.h" # include "xf86.h"
# include "xf86drm.h"
# include "xf86Priv.h" # include "xf86Priv.h"
# include "xf86_OSlib.h" # include "xf86_OSlib.h"
# include "xf86drm.h"
#else #else
# include <unistd.h> # include <unistd.h>
# include <signal.h> # include <signal.h>