diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-23 21:36:37 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2004-02-23 21:36:37 +0000 |
commit | b56bded696b6fa33bacec0481774b79a5675343b (patch) | |
tree | c0ed961e46cfdf9f6dec0489cf58bba669f04e9b | |
parent | 6b05567f222ad0c4f44ab3b480dc291f59fe47e9 (diff) |
merge most of XFree86 RC3 (4.3.99.903) from vendor branch. bug #214XORG-RELEASE-1-BASEXEVIE-MERGEXINERAMA_2
-rw-r--r-- | src/xf86Ur-98.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xf86Ur-98.c b/src/xf86Ur-98.c index d61632f..66aa283 100644 --- a/src/xf86Ur-98.c +++ b/src/xf86Ur-98.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/input/ur98/xf86Ur-98.c,v 1.1 2002/11/22 03:49:15 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/input/ur98/xf86Ur-98.c,v 1.2 2003/12/22 17:48:10 tsi Exp $ */ #include <sys/types.h> #include <unistd.h> @@ -21,7 +21,6 @@ #ifdef XFree86LOADER #include "xf86Module.h" -#endif static const char *reqSymbols[] = { "AddEnabledDevice", @@ -65,6 +64,7 @@ static const char *reqSymbols[] = { "xf86XInputSetSendCoreEvents", NULL }; +#endif |