[Patches] tiny patch for socketmodule.c

Greg Stein gstein@lyra.org
Tue, 25 Apr 2000 15:14:29 -0700 (PDT)


On Tue, 25 Apr 2000, Charles G Waldman wrote:
>...
> *** 2525,2530 ****
> --- 2525,2533 ----
>   #endif
>   #ifdef	MSG_DONTROUTE
>   	insint(d, "MSG_DONTROUTE", MSG_DONTROUTE);
> + #endif
> + #ifdef	MSG_DONTWAIT
> + 	insint(d, "MSG_DONWAIT", MSG_DONTWAIT);
>   #endif
>   #ifdef	MSG_EOR
>   	insint(d, "MSG_EOR", MSG_EOR);

You may want to spell the Python symbol correctly...

:-)

-- 
Greg Stein, http://www.lyra.org/