Changeset 27

Show
Ignore:
Timestamp:
09/27/05 14:25:23 (3 years ago)
Author:
ross
Message:

fixed typo in previous socklen_t definition fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • oscpack/trunk/ip/posix/UdpSocket.cpp

    r26 r27  
    2525 
    2626 
    27 #if defined(__APPLE__) && !defined(_SOCKLEN_T_
     27#if defined(__APPLE__) && !defined(_SOCKLEN_T
    2828// pre system 10.3 didn have socklen_t 
    2929typedef ssize_t socklen_t;