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

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

version 1.8, 2003/06/10 22:20:53 version 1.9, 2003/07/10 00:06:51
Line 47 
Line 47 
  * unexpand - put tabs into a file replacing blanks   * unexpand - put tabs into a file replacing blanks
  */   */
 #include <stdio.h>  #include <stdio.h>
   #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
 char    genbuf[BUFSIZ];  char    genbuf[BUFSIZ];

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