version 1.5, 2025/03/24 02:54:11
|
version 1.6, 2025/03/24 02:55:26
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.6 2025/03/24 02:55:26 snw |
|
* Socket I/O compat fixes for OS/2 |
|
* |
* Revision 1.5 2025/03/24 02:54:11 snw |
* Revision 1.5 2025/03/24 02:54:11 snw |
* Socket I/O compat fixes for OS/2 |
* Socket I/O compat fixes for OS/2 |
* |
* |
Line 244 short msck_open (int channel, char *addr
|
Line 247 short msck_open (int channel, char *addr
|
short msck_connect (int channel) |
short msck_connect (int channel) |
{ |
{ |
|
|
#if !defined(MSDOS) |
#if !defined(MSDOS) && !defined(__OS2__) |
|
|
short i = channel + FIRSTSCK; |
short i = channel + FIRSTSCK; |
|
|