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

Diff for /src/usr.bin/tip/Attic/tip.c between version 1.48 and 1.49

version 1.48, 2010/07/01 21:28:01 version 1.49, 2010/07/01 21:47:09
Line 40 
Line 40 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
   
   #include <util.h>
   
 #include "tip.h"  #include "tip.h"
 #include "pathnames.h"  #include "pathnames.h"
   
Line 117 
Line 119 
         setparity("none");                      /* set the parity table */          setparity("none");                      /* set the parity table */
   
         if (ttysetup(vgetnum(BAUDRATE))) {          if (ttysetup(vgetnum(BAUDRATE))) {
                 fprintf(stderr, "%s: bad baud rate %ld\n", __progname,                  fprintf(stderr, "%s: bad baud rate %d\n", __progname,
                     vgetnum(BAUDRATE));                      vgetnum(BAUDRATE));
                 (void)uu_unlock(uucplock);                  (void)uu_unlock(uucplock);
                 exit(3);                  exit(3);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49