diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-09 07:30:04 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-09 07:30:04 +0000 |
commit | 292f552589bbd6e8a98def8eafe4e5c8765e1a34 (patch) | |
tree | 70bbcdd001784d2efa5ec863b110093266466025 | |
parent | 160edb73b384ef6215a7ae6fc9ecc1431450c1f7 (diff) |
Fix DoLoadableServer NO build.
-rw-r--r-- | src/savage_driver.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/savage_driver.c b/src/savage_driver.c index b67d195..3ff6aae 100644 --- a/src/savage_driver.c +++ b/src/savage_driver.c @@ -351,7 +351,6 @@ static const char *int10Symbols[] = { "xf86Int10FreePages" }; -#ifdef XFree86LOADER static const char *vbeSymbols[] = { "VBEInit", "vbeDoEDID", @@ -360,7 +359,6 @@ static const char *vbeSymbols[] = { #endif NULL }; -#endif static const char *vbeOptSymbols[] = { "vbeModeInit", |