1) Adds MSG_DONTWAIT if defined (I needed this)
2) Spells "coreectly" correctly ;-)
}
#ifdef __BEOS__
- /* XXX: BeOS version of accept() doesn't set family coreectly */
+ /* XXX: BeOS version of accept() doesn't set family correctly */
addr->sa_family = AF_INET;
#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);
#endif