diff options
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/loader/loadmod.c')
-rw-r--r-- | xc/programs/Xserver/hw/xfree86/loader/loadmod.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/loader/loadmod.c b/xc/programs/Xserver/hw/xfree86/loader/loadmod.c index 993f827fa..180eecb8f 100644 --- a/xc/programs/Xserver/hw/xfree86/loader/loadmod.c +++ b/xc/programs/Xserver/hw/xfree86/loader/loadmod.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/loader/loadmod.c,v 1.47 1999/06/27 09:20:24 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/loader/loadmod.c,v 1.50 2000/01/25 18:37:47 dawes Exp $ */ /* * @@ -721,6 +721,7 @@ LoadSubModule(ModuleDescPtr parent, const char *module, return submod; } +#if 0 void LoadExtension (ExtensionModule *e) { @@ -747,6 +748,7 @@ LoadExtension (ExtensionModule *e) "Extension \"%s\" is not recognised\n", e->name); } } +#endif ModuleDescPtr DuplicateModule(ModuleDescPtr mod, ModuleDescPtr parent) @@ -806,10 +808,10 @@ DuplicateModule(ModuleDescPtr mod, ModuleDescPtr parent) * patchlevel - the module's minorversion.patchlevel must be * >= this. Patchlevel is ignored when * minorversion is not set. - * abiclass - must match the module's abiclass + * abiclass - (string) must match the module's abiclass * abiversion - must be consistent with the module's * abiversion (major equal, minor no older) - * abivendor - string must match the module's abivendor + * moduleclass - string must match the module's moduleclass * string * "don't care" values are ~0 for numbers, and NULL for strings * errmaj Major error return. |