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

Diff for /src/usr.bin/tail/read.c between version 1.8 and 1.9

version 1.8, 2006/03/22 19:43:29 version 1.9, 2006/03/24 17:10:02
Line 68 
Line 68 
  *   *
  */   */
 int  int
 bytes(fp, off)  bytes(FILE *fp, off_t off)
         FILE *fp;  
         off_t off;  
 {  {
         int ch;          int ch;
         size_t len, tlen;          size_t len, tlen;
Line 143 
Line 141 
  *   *
  */   */
 int  int
 lines(fp, off)  lines(FILE *fp, off_t off)
         FILE *fp;  
         off_t off;  
 {  {
         struct {          struct {
                 size_t blen;                  size_t blen;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9