Bug #5869: Remove traces of EXTMODULE define, which doesn't appear to be

useful any more. (George Fufutos)
This commit is contained in:
Eric Anholt
2006-02-16 04:59:45 +00:00
parent c03b06bdf0
commit 1bbd5e49b1
6 changed files with 13 additions and 9 deletions

View File

@@ -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

View File

@@ -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 */