Hi Paolo, Paolo Bonzini wrote: > except the need to > move parts of the sys_socket module to errno/stdio/string.
I can do that for you. It's the usual gnulib macrology and substology. > 2) regarding string, strerror does not need to be replaced under mingw; Huh? strerror is declared by mingw's <string.h>. Since you provide a replacement in winsock.c, this replacement should be declared in our <string.h> replacement. Bruno