VMS support bug fixes.

This commit is contained in:
Ulf Möller
1999-05-13 13:21:17 +00:00
parent f7fd2ff72e
commit 75e0770d96
7 changed files with 17 additions and 15 deletions

View File

@@ -668,7 +668,7 @@ static SSL *doConnection(SSL *scon)
width=i+1;
FD_ZERO(&readfds);
FD_SET(i,&readfds);
/* Note: under VMS with SOCKETSHR the third parameter
/* Note: under VMS with SOCKETSHR the 2nd parameter
* is currently of type (int *) whereas under other
* systems it is (void *) if you don't have a cast it
* will choke the compiler: if you do have a cast then