diff options
author | Egbert Eich <eich@suse.de> | 2004-01-29 08:08:46 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-01-29 08:08:46 +0000 |
commit | 3948e4613100e0a58871066c548659f529393220 (patch) | |
tree | c0ed961e46cfdf9f6dec0489cf58bba669f04e9b | |
parent | d1bcba6e4e75205e1e683f828333a3920e867f25 (diff) |
Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-4_3_99_903_specialxf86-012804-2330
-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 |