1
0
mirror of https://github.com/simh/simh.git synced 2026-04-20 09:36:17 +00:00

Compiler cleanup for issues noticed during x64 compiles

This commit is contained in:
Mark Pizzolato
2012-01-17 04:09:34 -08:00
parent 01337fe114
commit aa7c50eb38
7 changed files with 36 additions and 34 deletions

View File

@@ -83,6 +83,6 @@ int32 sim_check_conn (SOCKET sock, t_bool rd);
int32 sim_read_sock (SOCKET sock, char *buf, int32 nbytes);
int32 sim_write_sock (SOCKET sock, char *msg, int32 nbytes);
void sim_close_sock (SOCKET sock, t_bool master);
SOCKET sim_setnonblock (SOCKET sock);
int32 sim_setnonblock (SOCKET sock);
#endif