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

Diff for /src/usr.bin/less/less.h between version 1.25 and 1.26

version 1.25, 2016/01/29 16:10:48 version 1.26, 2016/01/29 16:13:17
Line 15 
Line 15 
   
 #include "defines.h"  #include "defines.h"
   
 /* Library function declarations */  
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <stdio.h>  
 #include <fcntl.h>  
 #include <unistd.h>  
 #include <ctype.h>  #include <ctype.h>
 #include <wctype.h>  #include <fcntl.h>
   #include <libgen.h>
 #include <limits.h>  #include <limits.h>
   #include <signal.h>
   #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <libgen.h>  #include <unistd.h>
 #include <signal.h>  #include <wctype.h>
   
 /*  /*
  * Simple lowercase test which can be used during option processing   * Simple lowercase test which can be used during option processing

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