[Patches] [ python-Patches-650422 ] posixfy socketmodule
noreply@sourceforge.net
noreply@sourceforge.net
Wed, 11 Dec 2002 05:11:32 -0800
Patches item #650422, was opened at 2002-12-08 14:27
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=650422&group_id=5470
Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Marc Recht (marc)
Assigned to: Martin v. Löwis (loewis)
Summary: posixfy socketmodule
Initial Comment:
POSIX doesn't have PF_* defines. So, I replaced PF_INET with AF_INET and PF_UNSPEC with AF_UNSPEC. (Which the same on all systems I know about and IIRC the AF_* defines are used in Stevens book.)
POSIX doesn't have SOCK_RDM either. So, add an "#if defined" around it.
----------------------------------------------------------------------
>Comment By: Martin v. Löwis (loewis)
Date: 2002-12-11 14:11
Message:
Logged In: YES
user_id=21627
Thanks, committed as socketmodule.c 1.249
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=650422&group_id=5470