Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
ghostscript-library
ghostscript-8.61-broken64.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ghostscript-8.61-broken64.dif of Package ghostscript-library
--- base/gxobj.h +++ base/gxobj.h 2005-03-14 00:00:00.000000000 +0100 @@ -90,7 +90,7 @@ typedef struct obj_header_data_s { uint size; union _t { gs_memory_type_ptr_t type; - uint reloc; + size_t reloc; } t; # if IGC_PTR_STABILITY_CHECK unsigned space_id:3; /* r_space_bits + 1 bit for "instability". */ @@ -125,7 +125,7 @@ typedef struct obj_header_data_s { #endif #define obj_align_mask (obj_align_mod-1) #define obj_align_round(siz)\ - (uint)(((siz) + obj_align_mask) & -obj_align_mod) + (size_t)(((siz) + obj_align_mask) & -obj_align_mod) #define obj_size_round(siz)\ obj_align_round((siz) + sizeof(obj_header_t)) --- psi/igc.c +++ psi/igc.c 2005-03-14 00:00:00.000000000 +0100 @@ -1147,7 +1147,7 @@ gc_clear_reloc(chunk_t * cp) static void gc_objects_set_reloc(gc_state_t * gcst, chunk_t * cp) { - uint reloc = 0; + size_t reloc = 0; chunk_head_t *chead = cp->chead; byte *pfree = (byte *) & chead->free; /* most recent free object */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor