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

Diff for /src/usr.bin/compress/zopen.c between version 1.21 and 1.22

version 1.21, 2016/09/03 11:41:10 version 1.22, 2017/05/29 14:41:16
Line 343 
Line 343 
         return (rval);          return (rval);
 }  }
   
 static int  
 zclose(void *cookie)  
 {  
         return z_close(cookie, NULL, NULL, NULL);  
 }  
   
 /*-  /*-
  * Output the given code.   * Output the given code.
  * Inputs:   * Inputs:

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22