blob: d7e315a2532ddd7420fd053f3969c484a414bd49 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- assa/IPv4Socket.cpp.orig Mon Mar 29 12:01:10 2004
+++ assa/IPv4Socket.cpp Mon Mar 29 12:02:18 2004
@@ -151,7 +151,7 @@
are not guaranteed to be aligned correctly!!!
*/
trace_with_mask("IPv4Socket::accept",SOCKTRACE);
- size_t length = 0;
+ socklen_t length = 0;
int new_fd = -1;
SA* remote_address;
|