Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sock.h

    r3f199fc rb0a33a5  
    11#include <errno.h>
    22#include <fcntl.h>
    3 
    4 /* To cut down on the ifdef stuff a little bit in other places */
    5 #ifdef IPV6
    6 #define AF_INETx AF_INET6
    7 #else
    8 #define AF_INETx AF_INET
    9 #endif
    103
    114#ifndef _WIN32
Note: See TracChangeset for help on using the changeset viewer.