WSAEVENT is a pointer, so we cannot simply return the different of two
authorTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 23 Jan 2018 22:57:58 +0000 (15:57 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 23 Jan 2018 22:57:58 +0000 (15:57 -0700)
events in io_compare(), which returns an int.  This can return the wrong
result for 64-bit executables.


No differences found