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

Diff for /src/usr.bin/unvis/unvis.c between version 1.9 and 1.10

version 1.9, 2009/10/27 23:59:46 version 1.10, 2013/11/15 22:20:04
Line 29 
Line 29 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
   #include <err.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <err.h>  #include <unistd.h>
 #include <vis.h>  #include <vis.h>
   
 void process(FILE *fp, const char *filename);  void process(FILE *fp, const char *filename);

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