Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37827354
en ru br
ALT Linux repositórios
S:24.2-alt3
5.0: 22.7.3-alt5
4.1: 22.7.3-alt5
4.0: 22.7.3-alt5
3.0: 22.4.1-alt9

Group :: Sistema/Kernel e hardware
RPM: lilo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: lilo-23.2-alt-owl-fixes.patch
Download


diff -ur lilo-23.2/src/partition.c lilo-23.2-alt-owl-fixes/src/partition.c
--- lilo-23.2/src/partition.c	2011-04-09 20:05:59.000000000 +0300
+++ lilo-23.2-alt-owl-fixes/src/partition.c	2014-02-17 06:26:53.000000000 +0200
@@ -394,7 +394,7 @@
 	  (prt_map[i] >> 24) == expect)
 	    die("Redundant rule: disk 0x%02x, offset 0x%x: 0x%02x -> 0x%02x "
 	      "-> 0x%02x",bios,PART_TABLE_OFFSET+offset,
-	     (prt_map[i] >> 16) & 0xff,expect,set);
+	     (unsigned int)(prt_map[i] >> 16) & 0xff,expect,set);
     }
     curr_prt_map++;
 }
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009