Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37516254
en ru br
Репозитории ALT
S:24.2-alt3
5.1: 22.7.3-alt6.M51.1
4.1: 22.7.3-alt5
4.0: 22.7.3-alt5
3.0: 22.4.1-alt9
www.altlinux.org/Changes

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

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

Патч: lilo-24.2-alt-gcc-10-fno-common.patch
Скачать


diff --git a/src/bsect.c b/src/bsect.c
--- a/src/raid.h
+++ b/src/raid.h
@@ -8,7 +8,7 @@
  * in the source directory.
  */
 
-int do_md_install, ndisk, md_bios;
+extern int ndisk, md_bios;
 
 int raid_setup(void);
 void raid_final(void);
--- a/src/bsect.c
+++ b/src/bsect.c
@@ -54,8 +54,6 @@
 #endif
 
 
-int boot_dev_nr;
-
 static BOOT_SECTOR bsect,bsect_orig;
 static MENUTABLE menuparams;
 static DESCR_SECTORS descrs;
--- a/src/identify.c
+++ b/src/identify.c
@@ -19,7 +19,6 @@
 #include "common.h"
 #include "cfg.h"
 
-char *identify;
 static char *opt;
 static char *first, *dflt;
 static int idefault;
--- a/src/raid.c
+++ b/src/raid.c
@@ -41,7 +41,7 @@
 static int raid_bios[MAX_RAID+1];
 static int device;
 enum {MD_NULL=0, MD_PARALLEL, MD_MIXED, MD_SKEWED};
-int do_md_install, ndisk, md_bios;
+int ndisk, md_bios;
 static char *raid_list[MAX_RAID];
 static int list_index[MAX_RAID];
 static int nlist, faulty;
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin