mirror of
https://repo.or.cz/socat.git
synced 2025-07-09 05:46:32 +00:00
Corrections for better 32bit systems support, and some minor fixes
This commit is contained in:
parent
de1ed21026
commit
c9ff62744f
15 changed files with 79 additions and 50 deletions
|
@ -1165,7 +1165,7 @@ int _xioopen_dgram_recvfrom(struct single *sfd, int xioflags,
|
|||
}
|
||||
|
||||
applyopts(sfd, -1, opts, PH_PASTSOCKET);
|
||||
//applyopts(sfd, -1, opts, PH_FD);
|
||||
/*! applyopts(sfd, -1, opts, PH_FD); */
|
||||
|
||||
applyopts_cloexec(sfd->fd, opts);
|
||||
|
||||
|
@ -1389,7 +1389,7 @@ int _xioopen_dgram_recv(struct single *sfd, int xioflags,
|
|||
}
|
||||
|
||||
applyopts(sfd, -1, opts, PH_PASTSOCKET);
|
||||
//applyopts(sfd, -1, opts, PH_FD);
|
||||
/*! applyopts(sfd, -1, opts, PH_FD); */
|
||||
|
||||
applyopts_cloexec(sfd->fd, opts);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue