home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume14 / pcomm / patch1 / patch3 < prev    next >
Text File  |  1988-05-18  |  929b  |  76 lines

  1. Now works with external modems on the AT&T Unix PC 7300/3B1.
  2. (Many thanks to Karl Fox (...mstar!karl) for finding this one.)
  3.  
  4. *** dial.c.old    Sat Apr  2 16:11:16 1988
  5. --- dial.c    Sat Apr  2 16:15:14 1988
  6. ***************
  7. *** 102,107
  8.               }
  9.               n++;
  10.           }
  11.       }
  12.   
  13.   #else /* UNIXPC */
  14.  
  15. --- 102,108 -----
  16.               }
  17.               n++;
  18.           }
  19. +         return;
  20.       }
  21.   #endif /* UNIXPC */
  22.   
  23. ***************
  24. *** 103,108
  25.               n++;
  26.           }
  27.       }
  28.   
  29.   #else /* UNIXPC */
  30.       send_str(s);
  31.  
  32. --- 104,110 -----
  33.           }
  34.           return;
  35.       }
  36. + #endif /* UNIXPC */
  37.   
  38.       send_str(s);
  39.       return;
  40. ***************
  41. *** 104,110
  42.           }
  43.       }
  44.   
  45. - #else /* UNIXPC */
  46.       send_str(s);
  47.   #endif /* UNIXPC */
  48.       return;
  49.  
  50. --- 106,111 -----
  51.       }
  52.   #endif /* UNIXPC */
  53.   
  54.       send_str(s);
  55.       return;
  56.   }
  57. ***************
  58. *** 106,112
  59.   
  60.   #else /* UNIXPC */
  61.       send_str(s);
  62. - #endif /* UNIXPC */
  63.       return;
  64.   }
  65.   
  66.  
  67. --- 107,112 -----
  68.   #endif /* UNIXPC */
  69.   
  70.       send_str(s);
  71.       return;
  72.   }
  73.   
  74.  
  75.  
  76.