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


version 1.24 version 1.25
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_porting_c =   * static char *rcsid_porting_c =
  *   "$Id: porting.c,v 1.24 2004/04/28 22:04:08 ryo_saeba Exp $";   *   "$Id: porting.c,v 1.25 2005/04/27 06:39:50 mwedel Exp $";
  */   */
   
 /*  /*
Line 78
 
Line 78
     char *f, *name;      char *f, *name;
     pid_t pid=getpid();      pid_t pid=getpid();
   
   /* HURD does not have a hard limit, but we do */
   #ifndef MAXPATHLEN
   #define MAXPATHLEN 4096
   #endif
   
     if (!(name = (char *) malloc(MAXPATHLEN)))      if (!(name = (char *) malloc(MAXPATHLEN)))
  return(NULL);   return(NULL);
   


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

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