]> granicus.if.org Git - python/commit
Jack Jansen: The GUSI 2.0 I/O library used on the Mac uses the
authorGuido van Rossum <guido@python.org>
Mon, 24 Apr 2000 15:16:03 +0000 (15:16 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 24 Apr 2000 15:16:03 +0000 (15:16 +0000)
commitff3ab42c04905f3a7050ab4be1eb421779576e8a
tree5f150f04d9f11d8fa325fe964259d28f34c36044
parentddc3b63bf679d9a633e2d92b433dfc8696eb86a5
Jack Jansen: 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.

[GvR: the changes to configure.in etc. that I just checked in make
sure that socklen_t is defined everywhere, so I deleted the little
part of Jack's mod to define socklen_t if not in GUSI2.  I suppose I
will have to add it to the Windows config.h in a minute.]
Modules/socketmodule.c