Ticket #438 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

64bit compatibility

Reported by: edgomez Owned by: abauer
Priority: high Milestone: 0.30
Component: OpenSync Version: 0.30
Severity: critical Keywords:
Cc:

Description

The code doesn't compile on amd64, and probably other platforms where sizeof(unsigned int) != sizeof(size_t)

Attachments

sizeof-mismatch-amd64.patch Download (2.9 KB) - added by edgomez 5 years ago.
Possible fix, though not sure it's the right one

Change History

Changed 5 years ago by edgomez

Possible fix, though not sure it's the right one

comment:1 Changed 5 years ago by edgomez

  • Priority changed from normal to high

comment:2 Changed 5 years ago by dgollub

  • Status changed from new to closed
  • Resolution set to fixed

Thanks. Commited r1955

Note: See TracTickets for help on using tickets.