Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37730133
en ru br
ALT Linux repos
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 :: Shells
RPM: pdksh

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and 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 {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin