[Patches] Patch to socketmodule.c
Guido van Rossum
guido@python.org
Mon, 24 Apr 2000 10:53:13 -0400
> Subject: [Patches] Patch to socketmodule.c
> The GUSI 2.0 I/O library used on the Mac uses the socklen_t (unsigned int) for
> most size parameters.
> Apparently this is part of the UNIX 98 standard, but for now the code is
> #ifdeffed with USE_GUSI.
Alas, it breaks on Solaris (SunOS 5.7). I guess I'll have to add a
test for it to configure.in. Sigh. I'll check in the correct fix.
--Guido van Rossum (home page: http://www.python.org/~guido/)