Ticket #30307: patch-dht.c.diff

File patch-dht.c.diff, 310 bytes (added by carsomyr@…, 13 years ago)

The patch.

  • third-party/dht/dht.c

    old new  
    26692669#undef ADD_V
    26702670
    26712671#ifndef HAVE_MEMMEM
    2672 static void *
     2672void *
    26732673memmem(const void *haystack, size_t haystacklen,
    26742674       const void *needle, size_t needlelen)
    26752675{