osinit.c has a call to xf86WrapperInit() when XFree86LOADER is defined. this call does not belong there and in fact it is never called in the modular build since XFree86LOADER is not defined for DIX. it should be moved somewhere in hw/xfree86/ and osinit.c cleaned from XFree86LOADER.
XFree86LOADER is defined for DIX now, so this isn't critical. code motion deferred to 7.1 timeframe.
Hey, we ended up doing this anyway. Thanks for the report, though :)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.