Группа :: Система/Ядро и оборудование
Пакет: modutils
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: modutils-2.4.25-alt-glob-sort.patch
diff -urNp -x'*~' modutils-2.4.25.list-module-files/util/meta_expand.c modutils-2.4.25.glob-sort/util/meta_expand.c
--- modutils-2.4.25.list-module-files/util/meta_expand.c 2004-02-19 17:25:35 +0300
+++ modutils-2.4.25.glob-sort/util/meta_expand.c 2004-02-19 17:52:55 +0300
@@ -129,7 +129,7 @@ static int glob_it(char *pt, GLOB_LIST *
glob_t w;
memset(&w, 0, sizeof(w));
- if (glob(pt, GLOB_NOSORT, NULL, &w)) {
+ if (glob(pt, 0, NULL, &w)) {
/*
error("glob %s failed", pt);
*/