components/ghostscript/patches/16730811.patch
changeset 1315 4a5fc1fadc50
equal deleted inserted replaced
1314:aa76e58a37ce 1315:4a5fc1fadc50
       
     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