xserver/hw/xfree86/loader
Adam Jackson 8920dca009 loader: Remove unused arguments from LoadModule
Nobody was ever calling this with a non-null argument for subdir list or
pattern list.  Having done this, InitSubdirs is only ever called with a
NULL argument, so it's really just a complicated way of duplicating the
default list; we can remove that and just walk the list directly.

The minor error code was only ever used to distinguish among two cases
of LDR_BADUSAGE. Whatever.

Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
2017-01-25 14:22:06 -05:00
..
Makefile.am loader: Remove *GetOS 2017-01-25 14:22:05 -05:00
loader.c loader: Remove unused arguments from LoadModule 2017-01-25 14:22:06 -05:00
loader.h loader: Remove unused arguments from LoadModule 2017-01-25 14:22:06 -05:00
loaderProcs.h loader: Remove unused arguments from LoadModule 2017-01-25 14:22:06 -05:00
loadmod.c loader: Remove unused arguments from LoadModule 2017-01-25 14:22:06 -05:00