open-src/xserver/xorg/amd64-loader-path.patch
changeset 194 c2b76d8a41f7
parent 157 31c83a089945
child 606 068c11b419c9
--- a/open-src/xserver/xorg/amd64-loader-path.patch	Mon Jul 30 15:57:04 2007 -0700
+++ b/open-src/xserver/xorg/amd64-loader-path.patch	Tue Jul 31 15:09:29 2007 -0700
@@ -79,12 +79,3 @@
  	    i++;
  	    s++;
  	    if (indefault && !s) {
-@@ -903,8 +922,8 @@ doLoadModule(const char *module, const c
-      * check the elements in the path
-      */
-     if (PathIsAbsolute(module))
--	xstrdup(module);
-+	found = xstrdup(module);
-     path_elem = pathlist;
-     while (!found && *path_elem != NULL) {
- 	found = FindModule(m, *path_elem, subdirlist, patterns);