[Patches] [ python-Patches-650422 ] posixfy socketmodule

noreply@sourceforge.net noreply@sourceforge.net
Sun, 08 Dec 2002 09:25:40 -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: Open
Resolution: None
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=650422&group_id=5470