Ticket #2890: dports-libnet.diff

File dports-libnet.diff, 356 bytes (added by jim@…, 19 years ago)

net/libnet patch

  • files/patch-include__libnet__libnet-headers.h

    old new  
    55 
    66 
    77-#if (__linux__)
    8 +#if (__linux__) || defined(__APPLE__)
     8+#if (__linux__) || defined(__Darwin__)
    99 /*
    1010  *  Linux has a radically different IP options structure from BSD.
    1111  */