Bug #1087: Make sure all the *Weak symbols are documented in the import

list, so the loader knows not to complain about unresolved symbols when
    an optional module isn't loaded. This typically manifests as warnings
    about fbdevHW symbols when the user isn't using the framebuffer
    console.
This commit is contained in:
Adam Jackson
2004-08-16 09:13:13 +00:00
parent a38d228403
commit deddbe4bfe

View File

@@ -676,7 +676,7 @@ static const char *vgahwSymbols[] = {
"vgaHWSave",
"vgaHWUnlock",
"vgaHWVBlankKGA",
"vgaHWddc1SetSpeed",
"vgaHWddc1SetSpeedWeak",
NULL
};