[BACK]Return to remote.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tip

Diff for /src/usr.bin/tip/Attic/remote.c between version 1.6 and 1.7

version 1.6, 1997/09/01 23:24:25 version 1.7, 1997/09/07 12:23:59
Line 140 
Line 140 
                 fprintf(stderr, "%s: missing phone number\n", host);                  fprintf(stderr, "%s: missing phone number\n", host);
                 exit(3);                  exit(3);
         }          }
           if (DU && AT == NOSTR) {
                   fprintf(stderr, "%s: missing acu type\n", host);
                   exit(3);
           }
   
         HD = cgetflag("hd");          HD = cgetflag("hd");
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7