diff options
author | Eric Anholt <anholt@freebsd.org> | 2006-02-16 04:59:45 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2006-02-16 04:59:45 +0000 |
commit | 1bbd5e49b1dcc2e3f9785bd2bb58f946b9998099 (patch) | |
tree | 74d3079f1fbfac5640c5a429785803c849118055 /XTrap | |
parent | c03b06bdf04fa8500d0f85314c7268848b4d50be (diff) |
Bug #5869: Remove traces of EXTMODULE define, which doesn't appear to be
useful any more. (George Fufutos)
Diffstat (limited to 'XTrap')
-rw-r--r-- | XTrap/xtrapddmi.c | 2 | ||||
-rw-r--r-- | XTrap/xtrapdi.c | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/XTrap/xtrapddmi.c b/XTrap/xtrapddmi.c index 3f3720f5f..1b598b79d 100644 --- a/XTrap/xtrapddmi.c +++ b/XTrap/xtrapddmi.c @@ -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 diff --git a/XTrap/xtrapdi.c b/XTrap/xtrapdi.c index 8b045cd19..26da8cbb4 100644 --- a/XTrap/xtrapdi.c +++ b/XTrap/xtrapdi.c @@ -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 */ |