components/ghostscript/patches/16730811.patch
changeset 7819 b1bca76ec901
parent 7818 c93a988b3522
child 7820 a2b9a7de9e1a
equal deleted inserted replaced
7818:c93a988b3522 7819:b1bca76ec901
     1 /*
       
     2  * Fix developed in-house.
       
     3  * Upstream bug 693952, http://bugs.ghostscript.com/show_bug.cgi?id=693952#c2.
       
     4  */
       
     5 --- ghostscript-9.00/base/gxsync.h.orig	Thu May  2 05:50:31 2013
       
     6 +++ ghostscript-9.00/base/gxsync.h	Thu May  2 05:51:09 2013
       
     7 @@ -52,6 +52,7 @@
       
     8  /* the event count is set to 1 (1st 'enter' succeeds immediately). */
       
     9  typedef struct gx_monitor_s {
       
    10      gs_memory_t *memory;	/* allocator to free memory */
       
    11 +    int *dummy;			/* to address alignment issue on sparc */
       
    12      gp_monitor native;		/* platform-dep impl, len is gp_monitor_sizeof() */
       
    13  } gx_monitor_t;
       
    14