zeromq / zeromq3-x

ØMQ/3.2 release branch - bug fixes only
GNU General Public License v3.0
227 stars 96 forks source link

Fix build on HPUX 11iv3 #5

Closed vortechs2000 closed 12 years ago

vortechs2000 commented 12 years ago

The socket length variable for getsockname and accept must be an (int ) instead of a (socklen_t ) on HPUX.

Signed-off-by: AJ Lewis aj.lewis@quantum.com