Ticket #438 (closed defect: fixed)

Opened 3 years ago

Last modified 3 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 3 years ago.
Possible fix, though not sure it's the right one

Change History

Changed 3 years ago by edgomez

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

Changed 3 years ago by edgomez

  • priority changed from normal to high

Changed 3 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.