Changes between Initial Version and Version 1 of Ticket #51708, comment 10


Ignore:
Timestamp:
Jan 4, 2017, 9:03:18 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51708, comment 10

    initial v1  
    1 I think it's not fixed in the original source -- I suspect you're using my patch still. It's still manually applied, as it has not been accepted into macports. Perhaps it can be sent upstream as a patch to added to assuan-socket.c, something like this, maybe:
     1I think it's not fixed in the original source -- I suspect you're using my patch still. It's still manually applied, as it has not been accepted into macports. Perhaps it can be sent upstream as a patch to be added to assuan-socket.c, something like this, maybe:
    22
    33{{{
    4 #fix missing define in MacOSX 10.4 Tiger
     4//fix missing define in MacOSX 10.4 Tiger
    55#ifndef INADDR_LOOPBACK
    66  #define INADDR_LOOPBACK (u_int32_t)0x7f000001