Yes, this is another patch to Pcomm
egray at fthood.UUCP
egray at fthood.UUCP
Mon Apr 4 05:52:00 AEST 1988
Oh boy, here we go again... Here is patch #3 to Pcomm version 1.0. This
should fix the problem of Pcomm not working with external modems on the
AT&T Unix PC 7300/3B1.
Many thanks to Karl Fox (...mstar!karl) for finding this one.
Emmet P. Gray US Army, HQ III Corps & Fort Hood
...!ihnp4!uiucuxc!fthood!egray Attn: AFZF-DE-ENV
Directorate of Engineering & Housing
Environmental Management Office
Fort Hood, TX 76544-5057
----------------------------------------------------------------------------
*** dial.c.old Sat Apr 2 16:11:16 1988
--- dial.c Sat Apr 2 16:15:14 1988
***************
*** 102,107
}
n++;
}
}
#else /* UNIXPC */
--- 102,108 -----
}
n++;
}
+ return;
}
#endif /* UNIXPC */
***************
*** 103,108
n++;
}
}
#else /* UNIXPC */
send_str(s);
--- 104,110 -----
}
return;
}
+ #endif /* UNIXPC */
send_str(s);
return;
***************
*** 104,110
}
}
- #else /* UNIXPC */
send_str(s);
#endif /* UNIXPC */
return;
--- 106,111 -----
}
#endif /* UNIXPC */
send_str(s);
return;
}
***************
*** 106,112
#else /* UNIXPC */
send_str(s);
- #endif /* UNIXPC */
return;
}
--- 107,112 -----
#endif /* UNIXPC */
send_str(s);
return;
}
More information about the Unix-pc.sources
mailing list