Difference for common/porting.c from version 1.23 to 1.24


version 1.23 version 1.24
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_porting_c =   * static char *rcsid_porting_c =
  *   "$Id: porting.c,v 1.23 2004/03/26 22:41:43 ryo_saeba Exp $";   *   "$Id: porting.c,v 1.24 2004/04/28 22:04:08 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 491
 
Line 491
  * be changed in the config file.)   * be changed in the config file.)
  */   */
   
 FILE *open_and_uncompress(char *name,int flag, int *compressed) {  FILE *open_and_uncompress(const char *name,int flag, int *compressed) {
   FILE *fp;    FILE *fp;
   char buf[MAX_BUF],buf2[MAX_BUF], *bufend;    char buf[MAX_BUF],buf2[MAX_BUF], *bufend;
   int try_once = 0;    int try_once = 0;


Legend:
line(s) removed in v.1.23 
line(s) changed
 line(s) added in v.1.24

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:16