Descent3/legacy/inetfile
GravisZro 4ac9b9c22f Replace ioctl with fcntl, fix ioctlsocket calls (64-bit fix)
`ioctl` and `ioctlsocket` take two different types of arguments but worked in the past due to
long being 32-bit. However, ioctl functionality is non-standard and should not be used in
code written after **1997** in order to make sockets non-blocking. This functionality was
standardized as part of fcntl.

* Using the new function `make_nonblocking` to make socket nonblocking
2024-05-24 18:24:40 -04:00
..
CFtp.cpp
Chttpget.cpp Replace ioctl with fcntl, fix ioctlsocket calls (64-bit fix) 2024-05-24 18:24:40 -04:00
inetgetfile.cpp Replace "short" with "int16_t" and fix missing headers 2024-05-23 23:49:31 -04:00
lnxinetfile.cpp
Makefile