components/ghostscript/patches/16730811.patch
author Kristina Tripp <Kristina.Tripp@oracle.com>
Mon, 20 Oct 2014 13:13:15 -0700
branchs11u2-sru
changeset 3407 e5c7eb70e0b8
parent 2662 240ac3c3ac55
permissions -rw-r--r--
18354422 facter cannot parse the output of GNU uptime 18960283 problem in UTILITY/PUPPET 18960296 Update Facter to 2.1.0 19357281 facter --help doesn't work 19402424 puppet error when no swap devices configured 19646677 facter-19 package not installed if ruby-19 not installed 19596952 Update facter 2.1.0 license 17797881 Add facter support for ldoms

/*
 * Fix developed in-house.
 * Upstream bug 693952, http://bugs.ghostscript.com/show_bug.cgi?id=693952#c2.
 */
--- ghostscript-9.00/base/gxsync.h.orig	Tue Jun 25 00:51:48 2013
+++ ghostscript-9.00/base/gxsync.h	Tue Jun 25 00:55:09 2013
@@ -52,6 +52,7 @@
 /* the event count is set to 1 (1st 'enter' succeeds immediately). */
 typedef struct gx_monitor_s {
     gs_memory_t *memory;	/* allocator to free memory */
+    int	*dummy;			/* to address alignment issue on sparc */
     gp_monitor native;		/* platform-dep impl, len is gp_monitor_sizeof() */
 } gx_monitor_t;