Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37551936
en ru br
ALT Linux repositórios
S:5.2.14-alt5
5.0: 5.2.14-alt2
4.1: 5.2.14-alt2
4.0: 5.2.14-ipl12mdk
3.0: 5.2.14-ipl12mdk

Group :: Shelss
RPM: pdksh

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: pdksh-5.2.14-alignia64.patch
Download


--- pdksh-5.2.14/alloc.c.align	Mon Jan  8 17:00:56 2001
+++ pdksh-5.2.14/alloc.c	Mon Jan  8 17:02:45 2001
@@ -110,6 +110,11 @@
 	Block  *block;
 	struct {int _;} junk;	/* alignment */
 	double djunk;		/* alignment */
+#ifdef __ia64__
+       /* IA64 requires 16 byte alignment for some objects, so make
+        * this the minimum allocation size */
+	char    ajunk[16];
+#endif
 };
 
 struct Block {
 
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