Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sock.h

    r701acdd4 re4d6271  
     1#include <errno.h>
     2#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
     10
    111#ifndef _WIN32
    212#include <unistd.h>
Note: See TracChangeset for help on using the changeset viewer.