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

Diff for /src/usr.bin/tset/tset.c between version 1.24 and 1.25

version 1.24, 2001/07/16 06:14:31 version 1.25, 2001/11/19 19:02:17
Line 161 
Line 161 
 static void  static void
 cat(char *file)  cat(char *file)
 {  {
     register int fd, nr;      int fd, nr;
     char buf[BUFSIZ];      char buf[BUFSIZ];
   
     if ((fd = open(file, O_RDONLY, 0)) < 0)      if ((fd = open(file, O_RDONLY, 0)) < 0)

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25