Skip to content
Snippets Groups Projects
Commit 4d3c2b83 authored by rswindell's avatar rswindell
Browse files

Yield before wait-for-ANSI response should no longer be necessary for NetBSD

(pth) since incom() blocks here.
parent 98515d88
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,6 @@ bool sbbs_t::answer()
strcat(str,COPYRIGHT_NOTICE);
strip_ctrl(str);
center(str);
YIELD();
while(i++<50 && l<(int)sizeof(str)-1) { /* wait up to 5 seconds for response */
c=incom(100)&0x7f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment