Changeset 07874be for sock.h


Ignore:
Timestamp:
2010-08-14T13:44:35Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e5854a8
Parents:
5848675 (diff), 136c2bb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sock.h

    r5848675 r07874be  
    1313#ifndef EVENTS_LIBEVENT
    1414#define closesocket(a) close(a)
     15#else
     16void closesocket( int fd );
    1517#endif
    1618#else
Note: See TracChangeset for help on using the changeset viewer.