The attached file fixes a signed/unsigned incompatibility in server.c on cygwin.

The 3rd parameter to accept uses a pointer to the type socklen_t.
socklen_t is defined as int on cygwin, the invalid code uses unsigned instead.


Michael

Attachment: server-socklen_t-r1509
Description: Binary data

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to