Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37716862
en ru br
Репозитории ALT
5.1: 2.4.27-alt11
4.1: 2.4.27-alt11
4.0: 2.4.27-alt10
3.0: 2.4.27-alt4
www.altlinux.org/Changes

Группа :: Система/Ядро и оборудование
Пакет: modutils

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: modutils-2.4.27-owl-warnings.patch
Скачать


--- modutils-2.4.27.orig/insmod/modinfo.c	Tue Jul 30 08:00:17 2002
+++ modutils-2.4.27/insmod/modinfo.c	Fri Nov  5 01:51:50 2004
@@ -267,6 +267,7 @@ static void show_parameter(struct obj_fi
 
 #define MAX_TAG_LEN 128
 
+#if !defined(COMMON_3264) || !defined(ONLY_32)
 /* Check the "format" string. */
 static int format_check_string(const char *format)
 {
@@ -321,6 +322,7 @@ static int format_check_string(const cha
 	}			/* while */
 	return 0;
 }
+#endif
 
 /* Format one line of the "format" string based on the module contents. */
 static void format_query_line(struct obj_file *f, const char *format,
--- modutils-2.4.27.orig/insmod/modprobe.c	2005-10-26 15:14:00 +0000
+++ modutils-2.4.27/insmod/modprobe.c	2006-10-29 20:24:26 +0000
@@ -1163,7 +1163,7 @@
 		}
 		my_argv[my_argc] = NULL;	/* for execvp */
 
-		if (verbose) {
+		if (flag_verbose) {
 			int i;
 			char cmd[2000]; /* hardcoded, but big enough... */
 
--- modutils-2.4.27.orig/obj/obj_x86_64.c	Mon Nov 25 03:28:17 2002
+++ modutils-2.4.27/obj/obj_x86_64.c	Fri Nov  5 01:41:50 2004
@@ -97,7 +97,6 @@ arch_apply_relocation (struct obj_file *
 
   Elf64_Addr *loc = (Elf64_Addr *)(targsec->contents + rel->r_offset);
   Elf64_Addr dot = targsec->header.sh_addr + rel->r_offset;
-  Elf64_Addr got = ifile->got ? ifile->got->header.sh_addr : 0;
 
   enum obj_reloc ret = obj_reloc_ok;
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin