1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

PDP10, PDP11, VAX: const cleanup

This commit is contained in:
Mark Pizzolato
2015-02-13 06:18:24 -08:00
parent 68efe4d36a
commit ef9d1adce1
77 changed files with 479 additions and 499 deletions

View File

@@ -151,7 +151,7 @@ static struct sock_errors {
};
char *sim_get_err_sock (const char *emsg)
const char *sim_get_err_sock (const char *emsg)
{
int err = WSAGetLastError ();
int i;