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

Diff for /src/usr.bin/lex/filter.c between version 1.6 and 1.7

version 1.6, 2015/11/19 23:28:03 version 1.7, 2016/12/18 06:11:23
Line 131 
Line 131 
 filter_apply_chain(struct filter * chain)  filter_apply_chain(struct filter * chain)
 {  {
         int pid, pipes[2];          int pid, pipes[2];
         int r;  
         const int readsz = 512;  
         char *buf;  
   
   
         /*          /*
          * Tricky recursion, since we want to begin the chain at the END.           * Tricky recursion, since we want to begin the chain at the END.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7