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

Diff for /src/usr.bin/less/ch.c between version 1.17 and 1.18

version 1.17, 2016/03/16 04:33:01 version 1.18, 2016/03/16 15:36:26
Line 15 
Line 15 
  * both forward and backward from the current read pointer.   * both forward and backward from the current read pointer.
  */   */
   
   #include <sys/stat.h>
   
 #include "less.h"  #include "less.h"
   
 #include <sys/stat.h>  
 extern dev_t curr_dev;  extern dev_t curr_dev;
 extern ino_t curr_ino;  extern ino_t curr_ino;
 extern int less_is_more;  extern int less_is_more;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18