summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Winischhofer <thomas@winischhofer.net>2004-08-07 18:05:05 +0000
committerThomas Winischhofer <thomas@winischhofer.net>2004-08-07 18:05:05 +0000
commit69289fc61ece99106d893de4ccd0137c46043046 (patch)
tree1166177c33328d558f63b7bc1385523897ef889f
parent169822a2d23e30c2230b0fec9f12d9e7f56eb282 (diff)
SiS driver: Warning fix
-rw-r--r--src/sis_driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sis_driver.c b/src/sis_driver.c
index dc4d205..0392b53 100644
--- a/src/sis_driver.c
+++ b/src/sis_driver.c
@@ -295,11 +295,13 @@ static const char *driSymbols[] = {
NULL
};
+#ifdef XFree86LOADER
static const char *driRefSymbols[] = {
"DRICreatePCIBusID", /* not REQUIRED */
NULL
};
#endif
+#endif /* XF86DRI */
#ifdef XFree86LOADER