mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Ditch more alternate-loader braindamage.
This commit is contained in:
parent
c946817748
commit
6d594ebc66
7 changed files with 5 additions and 33 deletions
|
|
@ -413,11 +413,7 @@ FindModule(const char *module, const char *dir, const char **subdirlist,
|
|||
int dirlen;
|
||||
const char **subdirs = NULL;
|
||||
const char **s;
|
||||
#ifdef DLOPEN_HACK
|
||||
const char suffix[3][3] = { "so", "a", "o" };
|
||||
#else
|
||||
const char suffix[3][3] = { "a", "o", "so" };
|
||||
#endif
|
||||
|
||||
#ifndef __EMX__
|
||||
dirpath = (char *)dir;
|
||||
|
|
|
|||
Loading…
Reference in a new issue