]> granicus.if.org Git - python/commit
Bugfix by Jack Jansen for Macintosh (for the inet_ntoa/aton changes):
authorGuido van Rossum <guido@python.org>
Thu, 4 Nov 1999 18:22:29 +0000 (18:22 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 4 Nov 1999 18:22:29 +0000 (18:22 +0000)
commit1b6e463bd54f6e0236b256fe1b47857b778387a9
treebc873022ac6ff742add1714693abc318f8dd951c
parent29e51844917ec3487e1d1b4a5d0de6a3b8acad6d
Bugfix by Jack Jansen for Macintosh (for the inet_ntoa/aton changes):

<arpa/inet.h> doesn't exist and isn't needed; and inet_addr() returns
a structure containing a long rather than a long.
Modules/socketmodule.c