diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-29 11:09:59 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-29 11:09:59 +0000 |
commit | e0c4826c5c6e0127ba739a58b5d93fed959cac1e (patch) | |
tree | ec8df41225aa0da9453a46f52132d8c16a990256 /devel/libassa/files/patch-assa-IPv4Socket.cpp | |
parent | Fix build on 64bit platforms (diff) |
Fix build on AMD64
Diffstat (limited to 'devel/libassa/files/patch-assa-IPv4Socket.cpp')
-rw-r--r-- | devel/libassa/files/patch-assa-IPv4Socket.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libassa/files/patch-assa-IPv4Socket.cpp b/devel/libassa/files/patch-assa-IPv4Socket.cpp new file mode 100644 index 000000000000..d7e315a2532d --- /dev/null +++ b/devel/libassa/files/patch-assa-IPv4Socket.cpp @@ -0,0 +1,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; + |