Kaydet (Commit) 14f3f59d authored tarafından Guido van Rossum's avatar Guido van Rossum

Fix typo in last patch -- the symbol's name is MSG_DONWAIT, not

MSG_DONTWAIT.  Reported by Fredrik Lundh.
üst 2c8bcb87
......@@ -2527,7 +2527,7 @@ initsocket()
insint(d, "MSG_DONTROUTE", MSG_DONTROUTE);
#endif
#ifdef MSG_DONTWAIT
insint(d, "MSG_DONWAIT", MSG_DONTWAIT);
insint(d, "MSG_DONTWAIT", MSG_DONTWAIT);
#endif
#ifdef MSG_EOR
insint(d, "MSG_EOR", MSG_EOR);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment