diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-27 21:44:14 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-10-27 21:44:14 +0000 |
commit | 0cc5504a5c8a958101a09accb21c135281d5e9ff (patch) | |
tree | a38b7d21b5f25b5ef5548a423339c747f056059c /ace/SOCK_IO.cpp | |
parent | 997479406012dab3e5e787d3a724bf5f2fd2b04c (diff) | |
download | ATCD-0cc5504a5c8a958101a09accb21c135281d5e9ff.tar.gz |
Jamming!
Diffstat (limited to 'ace/SOCK_IO.cpp')
-rw-r--r-- | ace/SOCK_IO.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/SOCK_IO.cpp b/ace/SOCK_IO.cpp index a09be6ce5a6..3da79a7d6c9 100644 --- a/ace/SOCK_IO.cpp +++ b/ace/SOCK_IO.cpp @@ -33,6 +33,8 @@ ACE_SOCK_IO::recv (iovec *io_vec) return io_vec->iov_len; } else +#else + io_vec = io_vec; #endif /* FIONREAD */ // Could return ACE_NOTSUP_RETURN return 0; |