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

Diff for /src/usr.bin/mg/fileio.c between version 1.63 and 1.64

version 1.63, 2005/11/20 03:24:17 version 1.64, 2005/11/20 04:16:34
Line 156 
Line 156 
         return (c == EOF ? FIOEOF : FIOSUC);          return (c == EOF ? FIOEOF : FIOSUC);
 }  }
   
 #ifndef NO_BACKUP  
 /*  /*
  * Make a backup copy of "fname".  On Unix the backup has the same   * Make a backup copy of "fname".  On Unix the backup has the same
  * name as the original file, with a "~" on the end; this seems to   * name as the original file, with a "~" on the end; this seems to
Line 230 
Line 229 
   
         return (nread == -1 ? FALSE : TRUE);          return (nread == -1 ? FALSE : TRUE);
 }  }
 #endif  
   
 /*  /*
  * The string "fn" is a file name.   * The string "fn" is a file name.

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64