Changeset 27
- Timestamp:
- 09/27/05 14:25:23 (3 years ago)
- Files:
-
- oscpack/trunk/ip/posix/UdpSocket.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
oscpack/trunk/ip/posix/UdpSocket.cpp
r26 r27 25 25 26 26 27 #if defined(__APPLE__) && !defined(_SOCKLEN_T _)27 #if defined(__APPLE__) && !defined(_SOCKLEN_T) 28 28 // pre system 10.3 didn have socklen_t 29 29 typedef ssize_t socklen_t;
