home *** CD-ROM | disk | FTP | other *** search
- Now works with external modems on the AT&T Unix PC 7300/3B1.
- (Many thanks to Karl Fox (...mstar!karl) for finding this one.)
-
- *** 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;
- }
-
-
-
-