mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Bug #5869: Remove traces of EXTMODULE define, which doesn't appear to be
useful any more. (George Fufutos)
This commit is contained in:
@@ -42,7 +42,6 @@ SOFTWARE.
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifndef EXTMODULE
|
||||
#include <errno.h>
|
||||
#include <X11/Xos.h>
|
||||
#ifdef PC
|
||||
@@ -50,7 +49,6 @@ SOFTWARE.
|
||||
# include "io.h"
|
||||
# define O_NDELAY 0L
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define NEED_REPLIES
|
||||
#define NEED_EVENTS
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* $XdotOrg: xserver/xorg/XTrap/xtrapdi.c,v 1.5 2005/07/03 08:53:36 daniels Exp $ */
|
||||
/* $XdotOrg: xserver/xorg/XTrap/xtrapdi.c,v 1.6 2006/02/10 22:00:19 anholt Exp $ */
|
||||
/* $XFree86: xc/programs/Xserver/XTrap/xtrapdi.c,v 1.6tsi Exp $ */
|
||||
/*****************************************************************************
|
||||
Copyright 1987, 1988, 1989, 1990, 1991 by Digital Equipment Corp., Maynard, MA
|
||||
@@ -55,11 +55,9 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#ifndef EXTMODULE
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <X11/Xos.h>
|
||||
#endif
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xproto.h>
|
||||
#include "input.h" /* Server DevicePtr definitions */
|
||||
|
||||
Reference in New Issue
Block a user